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/mtmoon2.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/mtmoon2.asm')
| -rwxr-xr-x | scripts/mtmoon2.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/mtmoon2.asm b/scripts/mtmoon2.asm new file mode 100755 index 00000000..03e9d9cb --- /dev/null +++ b/scripts/mtmoon2.asm @@ -0,0 +1,10 @@ +MtMoon2Script: ; 51a42 (14:5a42) + call EnableAutoTextBoxDrawing + ret + +MtMoon2TextPointers: ; 51a46 (14:5a46) + dw MtMoonText1 + +MtMoonText1: ; 51a48 (14:5a48) + TX_FAR _MtMoonText1 + db "@" |
