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
,
Handler_MatchVerb
,
PausePrintStringAndScroll
,
Print_Scoring
,
GameOver
,
PrintAndGameOver
,
Event_HaveFeelingBeingFollowed
,
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
,
PrintAndGameOver_Duplicate
,
Response_TorcWarmsUpAsYouLook
,
Process_EnterSmallClearing
,
Process_EnterSwamp_02
,
Process_EnterSwamp_01
,
Process_EnterSwamp_03
,
Process_EnterSwamp_04
,
Process_EnterSwamp_05
,
PrintStringAndNewline_Duplicate
,
Process_BuyMeatFromTrader
,
Process_GiveAcornsToRaven
,
Process_GiveFoodToBear
,
Process_GiveFoodToWolves
,
Process_FreeHare
,
Process_EnterIntoLake
,
Process_ThrowUrnIntoFire
,
Process_StepIntoRing
,
Action_Sleep
,
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