summaryrefslogtreecommitdiff
path: root/scripts/safarizoneresthouse4.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-05-18 14:19:10 -0400
commit24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch)
tree07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/safarizoneresthouse4.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/safarizoneresthouse4.asm')
-rwxr-xr-xscripts/safarizoneresthouse4.asm20
1 files changed, 20 insertions, 0 deletions
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 "@"