diff options
Diffstat (limited to 'scripts/SlowpokeWellMain.asm')
-rw-r--r-- | scripts/SlowpokeWellMain.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/SlowpokeWellMain.asm b/scripts/SlowpokeWellMain.asm index 52a3150..90d6da1 100644 --- a/scripts/SlowpokeWellMain.asm +++ b/scripts/SlowpokeWellMain.asm @@ -2,10 +2,10 @@ INCLUDE "constants.asm" SECTION "scripts/SlowpokeWellMain.asm", ROMX -SlowpokeWellMainScriptLoader:: +SlowpokeWellMain_ScriptLoader:: ret -SlowpokeWellMainTextPointers:: +SlowpokeWellMain_TextPointers:: dw GameplayText dw GameplayText dw GameplayText |