diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/IndigoPlateauLobby.asm (renamed from scripts/indigoplateaulobby.asm) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/indigoplateaulobby.asm b/scripts/IndigoPlateauLobby.asm index c26f6f0c..f83c0ba4 100755 --- a/scripts/indigoplateaulobby.asm +++ b/scripts/IndigoPlateauLobby.asm @@ -1,4 +1,4 @@ -IndigoPlateauLobbyScript: +IndigoPlateauLobby_Script: call Serial_TryEstablishingExternallyClockedConnection call EnableAutoTextBoxDrawing ld hl, wCurrentMapScriptFlags @@ -14,7 +14,7 @@ IndigoPlateauLobbyScript: ResetEventRange ELITE4_EVENTS_START, EVENT_LANCES_ROOM_LOCK_DOOR ret -IndigoPlateauLobbyTextPointers: +IndigoPlateauLobby_TextPointers: dw IndigoHealNurseText dw IndigoPlateauLobbyText2 dw IndigoPlateauLobbyText3 |
