summaryrefslogtreecommitdiff
path: root/scripts/safarizoneresthouse3.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/safarizoneresthouse3.asm
parent4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff)
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/safarizoneresthouse3.asm')
-rwxr-xr-xscripts/safarizoneresthouse3.asm20
1 files changed, 20 insertions, 0 deletions
diff --git a/scripts/safarizoneresthouse3.asm b/scripts/safarizoneresthouse3.asm
new file mode 100755
index 00000000..2faa1fbb
--- /dev/null
+++ b/scripts/safarizoneresthouse3.asm
@@ -0,0 +1,20 @@
+SafariZoneRestHouse3Script: ; 45d75 (11:5d75)
+ call EnableAutoTextBoxDrawing
+ ret
+
+SafariZoneRestHouse3TextPointers: ; 45d79 (11:5d79)
+ dw SafariZoneRestHouse3Text1
+ dw SafariZoneRestHouse3Text2
+ dw SafariZoneRestHouse3Text3
+
+SafariZoneRestHouse3Text1: ; 45d7f (11:5d7f)
+ TX_FAR _SafariZoneRestHouse3Text1
+ db "@"
+
+SafariZoneRestHouse3Text2: ; 45d84 (11:5d84)
+ TX_FAR _SafariZoneRestHouse3Text2
+ db "@"
+
+SafariZoneRestHouse3Text3: ; 45d89 (11:5d89)
+ TX_FAR _SafariZoneRestHouse3Text3
+ db "@"