diff options
Diffstat (limited to 'scripts/BullForestRoute3.asm')
-rw-r--r-- | scripts/BullForestRoute3.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/BullForestRoute3.asm b/scripts/BullForestRoute3.asm new file mode 100644 index 0000000..1724253 --- /dev/null +++ b/scripts/BullForestRoute3.asm @@ -0,0 +1,10 @@ +INCLUDE "constants.asm" + +SECTION "scripts/BullForestRoute3.asm", ROMX + +BullForestRoute3ScriptLoader:: + ret + + db "@" + + ret |