Marsport | Routines |
Prev: 8BB6 | Up: Map | Next: 8E83 |
Used by the routine at _87c9.
|
||||
Game_CheckCountDown | 8E72 | LD HL,(Plans_CountDownTime) | Do nothing if reset flag is already set. | |
8E75 | LD A,L | |||
8E76 | OR H | |||
8E77 | RET NZ | |||
8E78 | LD A,(Stat_ResetGame) | |||
8E7B | AND A | |||
8E7C | RET NZ | |||
8E7D | LD A,$01 | Set reset flag, which will kill hero. | ||
8E7F | LD (Stat_ResetGame),A | |||
8E82 | RET |
Prev: 8BB6 | Up: Map | Next: 8E83 |