![]() |
Routines |
Prev: C2BA | Up: Map | Next: C316 |
C306 | PUSH HL | Stash HL on the stack. | ||
C307 | LD HL,$5A5F | HL=5A5F (attribute buffer location). | ||
C30A | SET 7,(HL) | Set bit 7 of *HL. | ||
C30C | CALL WaitForKeypress_Loop | Call WaitForKeypress_Loop. | ||
C30F | RES 7,(HL) | Reset bit 7 of *HL. | ||
C311 | CALL $C142 | Call C142. | ||
C314 | POP HL | Restore HL from the stack. | ||
C315 | RET | Return. |
Prev: C2BA | Up: Map | Next: C316 |