| Prev: 7B07 | Up: Map | Next: 7B61 |
7B57: Switch to overview/demo mode on timeout.
|
Called when the control selection timer expires without user input.
|
||||
| switch_to_overview_mode | 7B57 | LD A,$01 | Set overview mode flag to $01 (enabled). | |
| 7B59 | LD ($7801),A | |||
| 7B5C | LD SP,($7810) | Restore stack pointer and return to caller. | ||
| 7B60 | RET | |||
| Prev: 7B07 | Up: Map | Next: 7B61 |