Routines |
Prev: 8BDD | Up: Map | Next: 8D0F |
Used by the routine at 925F when Willy hits a nasty.
|
||||
8D05 | POP HL | Drop the return address from the stack | ||
This entry point is used by the routines at 8BDD (when Willy lands after falling from too great a height), 8DAA (when Willy collides with a horizontal guardian), 8DF8 (when Willy collides with Eugene), 8EF1 (when Willy collides with a vertical guardian) and 9135 (when Willy collides with the Kong Beast).
|
||||
8D06 | POP HL | Drop the return address from the stack | ||
This entry point is used by the routine at 8E75 when a Skylab falls on Willy.
|
||||
8D07 | LD A,$FF | Set the airborne status indicator at 806B to 0xFF (meaning Willy has had a fatal accident) | ||
8D09 | LD ($806B),A | |||
8D0C | JP $87A2 | Jump back into the main loop |
Prev: 8BDD | Up: Map | Next: 8D0F |