Routines
Prev:
42373
Up:
Map
Next:
42395
42386: 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
,
45150
,
PausePrintStringAndScroll
,
Print_Scoring
,
GameOver
,
59856
,
59898
,
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
,
60176
,
60606
,
60655
,
60679
,
60695
,
60711
,
60727
,
60743
,
60781
,
Process_BuyMeatFromTrader
,
61612
,
61817
,
62138
,
62237
,
62649
,
62969
,
63485
,
Action_Inventory
and
Action_Quit
.
Shortcut print routine which prints a newline after it's done.
PrintStringAndNewline
42386
CALL
PrintString
Call
PrintString
.
Force a newline to be "printed".
42389
LD A,13
Load a "newline" character into
A
(13).
42391
CALL
PrintCharacter
Call
PrintCharacter
.
42394
RET
Return.
View the equivalent code in
The Jewels Of Babylon
.
Prev:
42373
Up:
Map
Next:
42395