diff options
Diffstat (limited to 'engine/hidden_object_functions17.asm')
-rwxr-xr-x | engine/hidden_object_functions17.asm | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engine/hidden_object_functions17.asm b/engine/hidden_object_functions17.asm index c1fa5aa4..bc490e3c 100755 --- a/engine/hidden_object_functions17.asm +++ b/engine/hidden_object_functions17.asm @@ -111,7 +111,7 @@ LinkCableHelp: set 6, [hl] coord hl, 0, 0 ld b, 8 - ld c, 13 + ld c, 14 call TextBoxBorder coord hl, 2, 2 ld de, HowToLinkText @@ -151,10 +151,10 @@ LinkCableHelpText2: db "@" HowToLinkText: - db "HOW TO LINK" - next "COLOSSEUM" - next "TRADE CENTER" - next "STOP READING@" + db "LINK-INFO" + next "KOLOSSEUM" + next "HANDELSCENTER" + next "VERLASSEN@" LinkCableInfoTexts: dw LinkCableInfoText1 @@ -268,14 +268,14 @@ ViridianSchoolBlackboardText2: db "@" StatusAilmentText1: - db " SLP" - next " PSN" + db " SLF" + next " GIF" next " PAR@" StatusAilmentText2: - db " BRN" - next " FRZ" - next " QUIT@@" + db " BRT" + next " GFR" + next " ZUR.@" ViridianBlackboardStatusPointers: dw ViridianBlackboardSleepText |