Prev: A68C Up: Map Next: A69C
A694: Check Time-Period: Not Morning/ Midday
CheckTimePeriod_NotMorningMidday A694 CALL GetTimePeriod Call GetTimePeriod.
A697 CP $04 Return if the time-period code is morning/ midday (7 AM - 12 PM).
A699 RET Z
It's anything other than morning/ midday (7 AM - 12 PM).
A69A JR CheckTimePeriod_NotLateNightEvening_0 Jump to CheckTimePeriod_NotLateNightEvening_0.
Prev: A68C Up: Map Next: A69C