Prev: A684 Up: Map Next: A694
A68C: Check Time-Period: Not 6 AM
CheckTimePeriod_Not6AM A68C CALL GetTimePeriod Call GetTimePeriod.
A68F CP $05 Return if the time-period code is 6 AM.
A691 RET Z
It's anything other than 6 AM.
A692 JR CheckTimePeriod_NotLateNightEvening_0 Jump to CheckTimePeriod_NotLateNightEvening_0.
Prev: A684 Up: Map Next: A694