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