Hey can I add more items than are present in the game? It looks like there's space for more tiles, so I figured there would be the ability to add more.
You get flag 44 after you use the bomb. I'll just rewrite the script mire carefully. I still need to know why <TUR keeps going after a <CLR.You probably have flag 44 set, which makes the script jump to #0108, making you get transported.
If you want to see where flag 44 might have gotten set click "Actions" and "Generate Flag List."
It's made to work till another <MSG or and <END, and I would expect more people to use a <CLR after a <TUR to clean the message box and not stop <TUR than people who would like to use <CLR<TUR everytime.I still need to know why <TUR keeps going after a <CLR.
What's the ANP for a teleporter? TP lights too.
The square ones? I always thought they were either the Snake or that unused weapon.Does anyone know what the sprites below the Nemesis bullet sprites are used for, if they are used?
Unused weapon?The square ones? I always thought they were either the Snake or that unused weapon.
I thought so too; as it turns out, the Fireball uses the same sprites as the Snake…Hmm, aren't they the Fireball's lvl2/3 sprites?
The weapon that's <AM+0007 or 8. The green one.Unused weapon?
I thought so too; as it turns out, the Fireball uses the same sprites as the Snake…
parent is literally the parent entityNPC Create:
push init slot (0x200 entity slots, starts checking from # pushed.)
push Parent ; This is to push [ebp+8] in ASM to relate entities to one another, with +A8
push Direction
push yvel
push xvel
push y
push x
push num
call 46efd0
Can someone tell me what it means for push init slot, parent, and the num at the end?
parent is literally the parent entity
like fuzz cores for those little cuties
and num is npc's id
number
in other words which entity gets spawned
and i don't think i ever played around with the init slot so no comments on that
You mean misery?How do I make the Miza boss die like normal?
But... you can kill her.
killable, so they can run a script on death.