![]()  | 
Routines | 
| Prev: C1A8 | Up: Map | Next: C1CB | 
| 
 
Used by the routines at SaveGame and Error_OutOfMemory.
 
 | 
||||
| PrintStringAndWaitForKeypress | C1C0 | CALL PrintString | Call PrintString. | |
| C1C3 | CALL WaitForKeypress_Loop | Call WaitForKeypress_Loop. | ||
| C1C6 | LD A,$0D | Load "ENTER" (ASCII 0D) into A for printing a newline character. | ||
| C1C8 | JP $C1FD | Jump to C1FD. | ||
| Prev: C1A8 | Up: Map | Next: C1CB |