![]() |
Routines |
| Prev: A69C | Up: Map | Next: A6AC |
|
|
||||
| CheckTimePeriod_Not7PM | A6A4 | CALL GetTimePeriod | Call GetTimePeriod. | |
| A6A7 | CP $02 | Return if the time-period code is 7 PM. | ||
| A6A9 | RET Z | |||
|
It's anything other than 7 PM.
|
||||
| A6AA | JR CheckTimePeriod_NotLateNightEvening_0 | Jump to CheckTimePeriod_NotLateNightEvening_0. | ||
| Prev: A69C | Up: Map | Next: A6AC |