![]() |
Routines |
Prev: 42373 | Up: Map | Next: 42395 |
Used by the routines at SaveGame, LoadTape, Response_PleaseRephraseThat, Response_PleaseBeMoreSpecific, Response_YouCant, Response_OK, PrintObjects, Handler_RoomExits, Print_RoomDescription, Handler_UserInput, Action_ExamineItem, 45150, PausePrintStringAndScroll, Print_Scoring, GameOver, 59856, 59898, 59915, 59972, 60176, 60606, 60655, 60679, 60695, 60711, 60727, 60743, 60768, 60981, 62138, 62207, 62380, 63485, Action_Inventory and Action_Quit.
Shortcut print routine which prints a newline after it's done.
|
||||
PrintStringAndNewline | 42386 | CALL PrintString | Call PrintString. | |
Force a newline to be "printed".
|
||||
42389 | LD A,13 | Load a "newline" character into A (13). | ||
42391 | CALL PrintCharacter | Call PrintCharacter. | ||
42394 | RET | Return. | ||
View the equivalent code in The Jewels Of Babylon.
|
Prev: 42373 | Up: Map | Next: 42395 |