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