Prev: 49576 Up: Map Next: 49611
49600: Print String And Wait For Keypress
Used by the routines at SaveGame and Error_OutOfMemory.
PrintStringAndWaitForKeypress 49600 CALL PrintString Call PrintString.
49603 CALL WaitForKeypress_Loop Call WaitForKeypress_Loop.
49606 LD A,13 Load "ENTER" (ASCII 13) into A for printing a newline character.
49608 JP 49661 Jump to 49661.
Prev: 49576 Up: Map Next: 49611