diff options
Diffstat (limited to 'scripts/SlowpokeWellEntrance.asm')
-rw-r--r-- | scripts/SlowpokeWellEntrance.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/SlowpokeWellEntrance.asm b/scripts/SlowpokeWellEntrance.asm new file mode 100644 index 0000000..5a46aee --- /dev/null +++ b/scripts/SlowpokeWellEntrance.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "scripts/SlowpokeWellEntrance.asm", ROMX + +SlowpokeWellEntranceScriptLoader:: + ret + +SlowpokeWellEntranceTextPointers:: + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText |