diff options
author | einstein95 <einstein95@users.noreply.github.com> | 2017-01-09 06:06:10 +1300 |
---|---|---|
committer | einstein95 <einstein95@users.noreply.github.com> | 2017-01-09 06:06:10 +1300 |
commit | 653072192ccd9759ff44d8c86f8dc10a19756208 (patch) | |
tree | 72937492c7be9576f3ad6d1cd531bc77b5686d2a /engine/hidden_object_functions17.asm | |
parent | f2c38581b05ccddd18cd937b3552958de9353696 (diff) |
Almost done
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 |