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/fuchsiapokecenter.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/fuchsiapokecenter.asm')
| -rwxr-xr-x | scripts/fuchsiapokecenter.asm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/fuchsiapokecenter.asm b/scripts/fuchsiapokecenter.asm new file mode 100755 index 00000000..621a483f --- /dev/null +++ b/scripts/fuchsiapokecenter.asm @@ -0,0 +1,23 @@ +FuchsiaPokecenterScript: ; 75063 (1d:5063) + call Func_22fa + jp EnableAutoTextBoxDrawing + +FuchsiaPokecenterTextPointers: ; 75069 (1d:5069) + dw FuchsiaPokecenterText1 + dw FuchsiaPokecenterText2 + dw FuchsiaPokecenterText3 + dw FuchsiaPokecenterText4 + +FuchsiaPokecenterText1: ; 75071 (1d:5071) + db $ff + +FuchsiaPokecenterText2: ; 75072 (1d:5072) + TX_FAR _FuchsiaPokecenterText1 + db "@" + +FuchsiaPokecenterText3: ; 75077 (1d:5077) + TX_FAR _FuchsiaPokecenterText3 + db "@" + +FuchsiaPokecenterText4: ; 7507c (1d:507c) + db $f6 |
