Routines

31078: Control female character while she's jumping


The address of this routine is places into bytes 17 and 18 of a female character's buffer by the routine at 31092

H Character number (183-189, 204 or 209)

31078 2E13 LD L,19
31080 35 DEC (HL) Is it time to stop jumping?
31081 202D JR NZ,31128 Jump if not
31083 CD3271 CALL 28978 Return this character to the floor
31086 2E12 LD L,18 Remove the address of the routine in bytes 17 and 18 of the character's buffer
31088 3600 LD (HL),0
31090 C9 RET