![]()  | 
Routines | 
| Prev: BAA4 | Up: Map | Next: BABA | 
| 
 
Used by the routines at SaveGame, LoadTape, Response_PleaseRephraseThat, Response_PleaseBeMoreSpecific, Response_YouCant, Response_OK, UserInput_Enter, PrintObjects, Handler_RoomExits, Print_RoomDescription, Action_ExamineItem, Handler_MatchVerb, PausePrintStringAndScroll, GameOver, GameComplete, Event_Match, Events_GameOver, Event_Seagull, Event_Rat, Event_Deer, Event_Pirate, Event_WaterSnake, Event_Spider, ChangeRoom, 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 | BAB1 | CALL PrintString | Call PrintString. | |
| 
 
Force a newline to be "printed".
 
 | 
||||
| BAB4 | LD A,$0D | Load a "newline" character into A (0D). | ||
| BAB6 | CALL PrintCharacter | Call PrintCharacter. | ||
| BAB9 | RET | Return. | ||
| 
 
View the equivalent code in Warlord.
 
 | 
||||
| Prev: BAA4 | Up: Map | Next: BABA |