diff options
Diffstat (limited to 'scripts/WestHouse2.asm')
-rw-r--r-- | scripts/WestHouse2.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/WestHouse2.asm b/scripts/WestHouse2.asm new file mode 100644 index 0000000..80e9632 --- /dev/null +++ b/scripts/WestHouse2.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "scripts/WestHouse2.asm", ROMX + +WestHouse2ScriptLoader:: + ret + +WestHouse2TextPointers:: + 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 |