diff options
Diffstat (limited to 'scripts/NewtypePokecenter1F.asm')
-rw-r--r-- | scripts/NewtypePokecenter1F.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/NewtypePokecenter1F.asm b/scripts/NewtypePokecenter1F.asm new file mode 100644 index 0000000..84eae86 --- /dev/null +++ b/scripts/NewtypePokecenter1F.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "scripts/NewtypePokecenter1F.asm", ROMX + +NewtypePokecenter1FScriptLoader:: + ret + +NewtypePokecenter1FTextPointers:: + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText + dw MapDefaultText |