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/saffronmart.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/saffronmart.asm')
-rwxr-xr-x | scripts/saffronmart.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/saffronmart.asm b/scripts/saffronmart.asm new file mode 100755 index 00000000..9ee1db0e --- /dev/null +++ b/scripts/saffronmart.asm @@ -0,0 +1,15 @@ +SaffronMartScript: ; 5d409 (17:5409) + jp EnableAutoTextBoxDrawing + +SaffronMartTextPointers: ; 5d40c (17:540c) + dw SaffronMartText1 + dw SaffronMartText2 + dw SaffronMartText3 + +SaffronMartText2: ; 5d412 (17:5412) + TX_FAR _SaffronMartText2 + db "@" + +SaffronMartText3: ; 5d417 (17:5417) + TX_FAR _SaffronMartText3 + db "@" |