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/safarizoneresthouse4.asm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 scripts/safarizoneresthouse4.asm (limited to 'scripts/safarizoneresthouse4.asm') diff --git a/scripts/safarizoneresthouse4.asm b/scripts/safarizoneresthouse4.asm new file mode 100755 index 00000000..b645431f --- /dev/null +++ b/scripts/safarizoneresthouse4.asm @@ -0,0 +1,20 @@ +SafariZoneRestHouse4Script: ; 45dc0 (11:5dc0) + call EnableAutoTextBoxDrawing + ret + +SafariZoneRestHouse4TextPointers: ; 45dc4 (11:5dc4) + dw SafariZoneRestHouse4Text1 + dw SafariZoneRestHouse4Text2 + dw SafariZoneRestHouse4Text3 + +SafariZoneRestHouse4Text1: ; 45dca (11:5dca) + TX_FAR _SafariZoneRestHouse4Text1 + db "@" + +SafariZoneRestHouse4Text2: ; 45dcf (11:5dcf) + TX_FAR _SafariZoneRestHouse4Text2 + db "@" + +SafariZoneRestHouse4Text3: ; 45dd4 (11:5dd4) + TX_FAR _SafariZoneRestHouse4Text3 + db "@" -- cgit v1.3.1-sl0p