![]() |
Routines |
| Prev: F38F | Up: Map | Next: F3AC |
|
|
||||
|
See Infinite Time.
|
||||
| Handler_CheckTime | F39E | LD HL,$D83A | Jump to Handler_Bombs if bit 4 of *Time is not set. | |
| F3A1 | BIT 4,(HL) | |||
| F3A3 | JR Z,Handler_Bombs | |||
| F3A5 | RES 4,(HL) | Reset bit 4 of *HL. | ||
| F3A7 | POP IY | Restore IY from the stack. | ||
| F3A9 | JP $D41E | Jump to D41E. | ||
| Prev: F38F | Up: Map | Next: F3AC |