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