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/saffronpokecenter.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/saffronpokecenter.asm')
-rwxr-xr-x | scripts/saffronpokecenter.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/saffronpokecenter.asm b/scripts/saffronpokecenter.asm new file mode 100755 index 00000000..7f3a656a --- /dev/null +++ b/scripts/saffronpokecenter.asm @@ -0,0 +1,23 @@ +SaffronPokecenterScript: ; 5d535 (17:5535) + call Func_22fa + jp EnableAutoTextBoxDrawing + +SaffronPokecenterTextPointers: ; 5d53b (17:553b) + dw SaffronPokecenterText1 + dw SaffronPokecenterText2 + dw SaffronPokecenterText3 + dw SaffronPokecenterText4 + +SaffronPokecenterText1: ; 5d543 (17:5543) + db $ff + +SaffronPokecenterText2: ; 5d544 (17:5544) + TX_FAR _SaffronPokecenterText1 + db "@" + +SaffronPokecenterText3: ; 5d549 (17:5549) + TX_FAR _SaffronPokecenterText3 + db "@" + +SaffronPokecenterText4: ; 5d54e (17:554e) + db $f6 |