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/cinnabarpokecenter.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/cinnabarpokecenter.asm')
-rwxr-xr-x | scripts/cinnabarpokecenter.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/cinnabarpokecenter.asm b/scripts/cinnabarpokecenter.asm new file mode 100755 index 00000000..a2a41592 --- /dev/null +++ b/scripts/cinnabarpokecenter.asm @@ -0,0 +1,23 @@ +CinnabarPokecenterScript: ; 75e2c (1d:5e2c) + call Func_22fa + jp EnableAutoTextBoxDrawing + +CinnabarPokecenterTextPointers: ; 75e32 (1d:5e32) + dw CinnabarPokecenterText1 + dw CinnabarPokecenterText2 + dw CinnabarPokecenterText3 + dw CinnabarPokecenterText4 + +CinnabarPokecenterText1: ; 75e3a (1d:5e3a) + db $ff + +CinnabarPokecenterText2: ; 75e3b (1d:5e3b) + TX_FAR _CinnabarPokecenterText1 + db "@" + +CinnabarPokecenterText3: ; 75e40 (1d:5e40) + TX_FAR _CinnabarPokecenterText3 + db "@" + +CinnabarPokecenterText4: ; 75e45 (1d:5e45) + db $f6 |