![]() |
Routines |
Prev: A585 | Up: Map | Next: A59B |
Used by the routines at SaveGame, LoadTape, Response_PleaseRephraseThat, Response_PleaseBeMoreSpecific, Response_YouCant, Response_OK, PrintObjects, Handler_RoomExits, Print_RoomDescription, Handler_UserInput, Action_ExamineItem, B05E, PausePrintStringAndScroll, Print_Scoring, GameOver, E9D0, E9FA, EA0B, EA44, EB10, ECBE, ECEF, ED07, ED17, ED27, ED37, ED47, ED60, EE35, F2BA, F2FF, F3AC, F7FD, Action_Inventory and Action_Quit.
Shortcut print routine which prints a newline after it's done.
|
||||
PrintStringAndNewline | A592 | CALL PrintString | Call PrintString. | |
Force a newline to be "printed".
|
||||
A595 | LD A,$0D | Load a "newline" character into A (0D). | ||
A597 | CALL PrintCharacter | Call PrintCharacter. | ||
A59A | RET | Return. | ||
View the equivalent code in The Jewels Of Babylon.
|
Prev: A585 | Up: Map | Next: A59B |