![]() |
Routines |
Prev: A6A4 | Up: Map | Next: A6BB |
|
||||
CheckTimePeriod_NotLateNightEvening | A6AC | CALL GetTimePeriod | Call GetTimePeriod. | |
A6AF | CP $01 | Return if the time-period code is late night/ evening (8 PM - 5 AM). | ||
A6B1 | RET Z | |||
This entry point is used by the routines at CheckTimePeriod_Not6AM, CheckTimePeriod_NotMorningMidday, CheckTimePeriod_NotAfternoon and CheckTimePeriod_Not7PM.
It's daytime; 6 AM - 7 PM.
|
||||
CheckTimePeriod_NotLateNightEvening_0 | A6B2 | INC IX | Increment IX by one. | |
A6B4 | CALL $A6BB | Call A6BB. | ||
A6B7 | DEC IX | Decrease IX by one. | ||
A6B9 | XOR A | A=00. | ||
A6BA | RET | Return. |
Prev: A6A4 | Up: Map | Next: A6BB |