![]() |
Routines |
Prev: 47780 | Up: Map | Next: 47802 |
Used by the routines at SaveGame, LoadTape, Response_PleaseRephraseThat, Response_PleaseBeMoreSpecific, Response_YouCant, Response_OK, UserInput_Enter, PrintObjects, Handler_RoomExits, Print_RoomDescription, Action_ExamineItem, 50518, PausePrintStringAndScroll, GameOver, GameComplete, Event_Match, Events_GameOver, Event_Seagull, Event_Rat, Event_Deer, Event_Pirate, Event_WaterSnake, Event_Spider, 61268, PrintStringAndNewline_Alias, Action_Help, Action_Inventory, Action_Quit, Action_Shooting and Action_Shout.
Shortcut print routine which prints a newline after it's done.
|
||||
PrintStringAndNewline | 47793 | CALL PrintString | Call PrintString. | |
Force a newline to be "printed".
|
||||
47796 | LD A,13 | Load a "newline" character into A (13). | ||
47798 | CALL PrintCharacter | Call PrintCharacter. | ||
47801 | RET | Return. | ||
View the equivalent code in Warlord.
|
Prev: 47780 | Up: Map | Next: 47802 |