diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 11:58:10 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-21 12:15:06 -0400 |
commit | 9f2ef498fb319ab6a0b343f8165af49ad33b5c78 (patch) | |
tree | 35eee5afd82436a5b5969e1c22c1f49f87926189 /scripts/SlowpokeWellMain.asm | |
parent | f2118b1715e8ef29d6967e0a9ab24cb8cd1a8aa4 (diff) |
Copy pokered map organization (maps/*.blk, scripts/*.asm, data/maps/objects/*.asm)
Diffstat (limited to 'scripts/SlowpokeWellMain.asm')
-rw-r--r-- | scripts/SlowpokeWellMain.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/SlowpokeWellMain.asm b/scripts/SlowpokeWellMain.asm new file mode 100644 index 0000000..52a3150 --- /dev/null +++ b/scripts/SlowpokeWellMain.asm @@ -0,0 +1,17 @@ +INCLUDE "constants.asm" + +SECTION "scripts/SlowpokeWellMain.asm", ROMX + +SlowpokeWellMainScriptLoader:: + ret + +SlowpokeWellMainTextPointers:: + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText + dw GameplayText |