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/ceruleanmart.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/ceruleanmart.asm')
-rwxr-xr-x | scripts/ceruleanmart.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/ceruleanmart.asm b/scripts/ceruleanmart.asm new file mode 100755 index 00000000..7aea6d47 --- /dev/null +++ b/scripts/ceruleanmart.asm @@ -0,0 +1,15 @@ +CeruleanMartScript: ; 5c895 (17:4895) + jp EnableAutoTextBoxDrawing + +CeruleanMartTextPointers: ; 5c898 (17:4898) + dw CeruleanMartText1 + dw CeruleanMartText2 + dw CeruleanMartText3 + +CeruleanMartText2: ; 5c89e (17:489e) + TX_FAR _CeruleanMartText2 + db "@" + +CeruleanMartText3: ; 5c8a3 (17:48a3) + TX_FAR _CeruleanMartText3 + db "@" |