Routines |
Prev: 57637 | Up: Map | Next: 57686 |
57669 | XOR A | Reset all flags at 32763, indicating that ERIC has finished bending over, dropping a stinkbomb etc. | ||
57670 | LD (32763),A | |||
57673 | LD HL,5126 | Set ERIC's main action timer at 32755 to 20 (the delay before ERIC completes this action), and the mid-action timer at 32754 to 6 (the delay after ERIC completes this action) | ||
57676 | LD (32754),HL | |||
This entry point is used by the routine at 24237 (when bit 5 at 32763 is set).
|
||||
57679 | LD HL,(32727) | Collect in HL the routine address stored in 32727, and push it onto the stack ready for an indirect jump | ||
57682 | PUSH HL | |||
57683 | LD H,210 | 210=ERIC | ||
57685 | RET | Jump to the routine whose address is stored in 32727 |
Prev: 57637 | Up: Map | Next: 57686 |