Prev: CE41 Up: Map Next: CE68
CE52: Configure Rex for jump
Used by the routines at 9470 and A0F8.
CE52 LD A,($A255) Return if Rex is falling
CE55 OR A
CE56 RET NZ
CE57 LD A,($A256) Return if Rex is jumping
CE5A OR A
CE5B RET NZ
CE5C LD A,$01 Set Rex jump active
CE5E LD ($A256),A
CE61 LD HL,$CE68 Set A259 the address pointer for the table of y-offsets increments for jumping
CE64 LD ($A259),HL
CE67 RET
Prev: CE41 Up: Map Next: CE68