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 dbbb5513..f7c45222 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 "CABLE LINK" - next "COLISEE" - next "CENTRE TROC" - next "NE PLUS LIRE@" + db "LINK-INFO" + next "KOLOSSEUM" + next "HANDELSCENTER" + next "VERLASSEN@" LinkCableInfoTexts: dw LinkCableInfoText1 @@ -268,14 +268,14 @@ ViridianSchoolBlackboardText2: db "@" StatusAilmentText1: - db " SOM" - next " PSN" + db " SLF" + next " GIF" next " PAR@" StatusAilmentText2: - db " BRU" - next " GEL" - next " RET@" + db " BRT" + next " GFR" + next " ZUR.@" ViridianBlackboardStatusPointers: dw ViridianBlackboardSleepText |