Routines |
Prev: 28432 | Up: Map | Next: 28469 |
28457 | LD HL,0 | Set Magic Knight's current x- and y-velocities to zero... | ||
28460 | LD (25160),HL | ... | ||
28463 | CALL 28277 | Check whether Magic Knight is moving into a new room and react if so | ||
The operand of the instruction at 28466 (jump destination) is the address of a room-specific routine. This is modified by the instruction at 28273.
|
||||
28466 | JP 28469 | Jump to room-specific routine |
Prev: 28432 | Up: Map | Next: 28469 |