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