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/celadonpokecenter.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/celadonpokecenter.asm')
| -rwxr-xr-x | scripts/celadonpokecenter.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/celadonpokecenter.asm b/scripts/celadonpokecenter.asm new file mode 100755 index 00000000..e7bfd1d2 --- /dev/null +++ b/scripts/celadonpokecenter.asm @@ -0,0 +1,23 @@ +CeladonPokecenterScript: ; 488b8 (12:48b8) + call Func_22fa + jp EnableAutoTextBoxDrawing + +CeladonPokecenterTextPointers: ; 488be (12:48be) + dw CeladonPokecenterText1 + dw CeladonPokecenterText2 + dw CeladonPokecenterText3 + dw CeladonPokecenterText4 + +CeladonPokecenterText4: ; 488c6 (12:48c6) + db $f6 + +CeladonPokecenterText1: ; 488c7 (12:48c7) + db $ff + +CeladonPokecenterText2: ; 488c8 (12:48c8) + TX_FAR _CeladonPokecenterText2 + db "@" + +CeladonPokecenterText3: ; 488cd (12:48cd) + TX_FAR _CeladonPokecenterText3 + db "@" |
