From 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Sun, 18 May 2014 14:19:10 -0400 Subject: Pull map scripts out of main.asm --- scripts/safarizonewest.asm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 scripts/safarizonewest.asm (limited to 'scripts/safarizonewest.asm') diff --git a/scripts/safarizonewest.asm b/scripts/safarizonewest.asm new file mode 100755 index 00000000..1465af56 --- /dev/null +++ b/scripts/safarizonewest.asm @@ -0,0 +1,28 @@ +SafariZoneWestScript: ; 4a1b5 (12:61b5) + jp EnableAutoTextBoxDrawing + +SafariZoneWestTextPointers: ; 4a1b8 (12:61b8) + dw Predef5CText + dw Predef5CText + dw Predef5CText + dw Predef5CText + dw SafariZoneWestText5 + dw SafariZoneWestText6 + dw SafariZoneWestText7 + dw SafariZoneWestText8 + +SafariZoneWestText5: ; 4a1c8 (12:61c8) + TX_FAR _SafariZoneWestText5 + db "@" + +SafariZoneWestText6: ; 4a1cd (12:61cd) + TX_FAR _SafariZoneWestText6 + db "@" + +SafariZoneWestText7: ; 4a1d2 (12:61d2) + TX_FAR _SafariZoneWestText7 + db "@" + +SafariZoneWestText8: ; 4a1d7 (12:61d7) + TX_FAR _SafariZoneWestText8 + db "@" -- cgit v1.2.3