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/ssanne1.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/ssanne1.asm')
| -rwxr-xr-x | scripts/ssanne1.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/ssanne1.asm b/scripts/ssanne1.asm new file mode 100755 index 00000000..4814dfe9 --- /dev/null +++ b/scripts/ssanne1.asm @@ -0,0 +1,15 @@ +SSAnne1Script: ; 61265 (18:5265) + call EnableAutoTextBoxDrawing + ret + +SSAnne1TextPointers: ; 61269 (18:5269) + dw SSAnne1Text1 + dw SSAnne1Text2 + +SSAnne1Text1: ; 6126d (18:526d) + TX_FAR _SSAnne1Text1 + db "@" + +SSAnne1Text2: ; 61272 (18:5272) + TX_FAR _SSAnne1Text2 + db "@" |
