Prev: B385 Up: Map Next: B3A3
B390: Routine at B390
B390 LD A,($5E6C) Return if 5E6C is not zero.
B393 AND A
B394 RET NZ
B395 DEC (IX+$05) Decrease IX+05 by one.
B398 RET NZ Return if the result is above zero.
B399 JP $A8B5 Jump to A8B5.
B39C DEC (IX+$05) Decrease IX+05 by one.
B39F RET NZ Return if the result is above zero.
B3A0 JP $A8B5 Jump to A8B5.
Prev: B385 Up: Map Next: B3A3