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