Routines
Prev:
A585
Up:
Map
Next:
A59B
A592: Print String And A Newline
Used by the routines at
SaveGame
,
LoadTape
,
Response_PleaseRephraseThat
,
Response_PleaseBeMoreSpecific
,
Response_YouCant
,
Response_OK
,
PrintObjects
,
Handler_RoomExits
,
Print_RoomDescription
,
Handler_UserInput
,
Parser_ValidateItem
,
B05E
,
PausePrintStringAndScroll
,
Print_Scoring
,
GameOver
,
E9D0
,
E9FA
,
Event_Roman
,
Event_Fomorian
,
Event_Boar
,
Event_FurtiveFigure
,
Event_Rats
,
Event_Woman
,
Event_WomanGuidesThroughSwamp_North
,
Event_WomanGuidesThroughSwamp_East
,
Event_WomanGuidesThroughSwamp_South
,
Event_WomanGuidesThroughSwamp_East_2
,
Event_Druid
,
Event_FeelingImmenseFatigue
,
EB10
,
ECBE
,
ECEF
,
ED07
,
ED17
,
ED27
,
ED37
,
ED47
,
ED6D
,
Process_BuyMeatFromTrader
,
F0AC
,
F179
,
F2BA
,
F31D
,
F4B9
,
F5F9
,
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