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/safarizoneeast.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/safarizoneeast.asm')
| -rwxr-xr-x | scripts/safarizoneeast.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/safarizoneeast.asm b/scripts/safarizoneeast.asm new file mode 100755 index 00000000..3e6df139 --- /dev/null +++ b/scripts/safarizoneeast.asm @@ -0,0 +1,23 @@ +SafariZoneEastScript: ; 4586b (11:586b) + jp EnableAutoTextBoxDrawing + +SafariZoneEastTextPointers: ; 4586e (11:586e) + dw Predef5CText + dw Predef5CText + dw Predef5CText + dw Predef5CText + dw SafariZoneEastText5 + dw SafariZoneEastText6 + dw SafariZoneEastText7 + +SafariZoneEastText5: ; 4587c (11:587c) + TX_FAR _SafariZoneEastText5 + db "@" + +SafariZoneEastText6: ; 45881 (11:5881) + TX_FAR _SafariZoneEastText6 + db "@" + +SafariZoneEastText7: ; 45886 (11:5886) + TX_FAR _SafariZoneEastText7 + db "@" |
