Prev: 63491 Up: Map Next: 63501
63492: Make ANGELFACE or BOY WANDER hit or fire now and then
The address of this continual subcommand routine is placed into bytes 23 and 24 of BOY WANDER's or ANGELFACE's buffer by command lists 32, 34, 36, 38, 40, 42, 46, 48, 50, 52, 54 and 56.
Input
H 206 (BOY WANDER) or 207 (ANGELFACE)
63492 LD A,H Is this ANGELFACE?
63493 CP 207
63495 JP Z,30706 Jump if so
63498 JP 30555 Jump if it's BOY WANDER
Prev: 63491 Up: Map Next: 63501