diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-18 14:19:10 -0400 |
commit | 24c01b09bb2b617812bd826d1cf9ab5e3ec6a023 (patch) | |
tree | 07d2ed81b23de081f2003d9f8d50170344dd5ada /scripts/safarizoneresthouse1.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/safarizoneresthouse1.asm')
-rwxr-xr-x | scripts/safarizoneresthouse1.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scripts/safarizoneresthouse1.asm b/scripts/safarizoneresthouse1.asm new file mode 100755 index 00000000..424714e4 --- /dev/null +++ b/scripts/safarizoneresthouse1.asm @@ -0,0 +1,14 @@ +SafariZoneRestHouse1Script: ; 45ced (11:5ced) + jp EnableAutoTextBoxDrawing + +SafariZoneRestHouse1TextPointers: ; 45cf0 (11:5cf0) + dw SafariZoneRestHouse1Text1 + dw SafariZoneRestHouse1Text2 + +SafariZoneRestHouse1Text1: ; 45cf4 (11:5cf4) + TX_FAR _SafariZoneRestHouse1Text1 + db "@" + +SafariZoneRestHouse1Text2: ; 45cf9 (11:5cf9) + TX_FAR _SafariZoneRestHouse1Text2 + db "@" |