![]() |
Routines |
Prev: A1F4 | Up: Map | Next: A267 |
Used by the routines at LoadTape, PrintObjects, Handler_RoomExits, A42F, Handler_UserInput, Parser_ValidateItem, Response_YoureNotCarryingAnything, MovePlayer, AA17, Handler_PickUpItem, Handler_DropItem, ABBD, Parser_ValidateNoDirectObject, Parser_ValidateDirectObject, Parser_ValidateInputTokens, Parser_ValidateTwoDirectObjects, Parser_ValidateAnyDirectObject, ACFC, Print_Scoring, GameOver, AE2C and AE5E.
Shortcut print routine which prints a newline after it's done.
|
||||
PrintCompressedStringAndNewline | A25C | PUSH AF | Stash the character to print on the stack. | |
A25D | CALL PrintCompressedString | Call PrintCompressedString. | ||
Force a newline to be "printed".
|
||||
A260 | LD A,$0D | Load a "newline" character into A (0D). | ||
A262 | CALL PrintCharacter | Call PrintCharacter. | ||
A265 | POP AF | Restore the character to print from the stack. | ||
A266 | RET | Return. | ||
View the equivalent code in;
|
Prev: A1F4 | Up: Map | Next: A267 |