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/safarizoneresthouse3.asm | |
| parent | Pull map headers out of main.asm (diff) | |
| download | pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.gz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.tar.xz pokeyellow-24c01b09bb2b617812bd826d1cf9ab5e3ec6a023.zip | |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/safarizoneresthouse3.asm')
| -rwxr-xr-x | scripts/safarizoneresthouse3.asm | 20 |
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 "@" |
