diff options
Diffstat (limited to 'maps/StandLab.asm')
-rw-r--r-- | maps/StandLab.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/maps/StandLab.asm b/maps/StandLab.asm new file mode 100644 index 0000000..593453a --- /dev/null +++ b/maps/StandLab.asm @@ -0,0 +1,21 @@ +INCLUDE "constants.asm" + +SECTION "maps/StandLab.asm", ROMX + +StandLabScriptLoader:: ; 9dd35 (27:5d35) + ret + +StandLabTextPointers:: ; 9dd36 (27:5d36) + 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
\ No newline at end of file |