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/safarizonenorth.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/safarizonenorth.asm')
| -rwxr-xr-x | scripts/safarizonenorth.asm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/scripts/safarizonenorth.asm b/scripts/safarizonenorth.asm new file mode 100755 index 00000000..74790e76 --- /dev/null +++ b/scripts/safarizonenorth.asm @@ -0,0 +1,31 @@ +SafariZoneNorthScript: ; 459ab (11:59ab) + jp EnableAutoTextBoxDrawing + +SafariZoneNorthTextPointers: ; 459ae (11:59ae) + dw Predef5CText + dw Predef5CText + dw SafariZoneNorthText3 + dw SafariZoneNorthText4 + dw SafariZoneNorthText5 + dw SafariZoneNorthText6 + dw SafariZoneNorthText7 + +SafariZoneNorthText3: ; 459bc (11:59bc) + TX_FAR _SafariZoneNorthText3 + db "@" + +SafariZoneNorthText4: ; 459c1 (11:59c1) + TX_FAR _SafariZoneNorthText4 + db "@" + +SafariZoneNorthText5: ; 459c6 (11:59c6) + TX_FAR _SafariZoneNorthText5 + db "@" + +SafariZoneNorthText6: ; 459cb (11:59cb) + TX_FAR _SafariZoneNorthText6 + db "@" + +SafariZoneNorthText7: ; 459d0 (11:59d0) + TX_FAR _SafariZoneNorthText7 + db "@" |
