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/celadonmart5.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/celadonmart5.asm')
-rwxr-xr-x | scripts/celadonmart5.asm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/celadonmart5.asm b/scripts/celadonmart5.asm new file mode 100755 index 00000000..9bd7f991 --- /dev/null +++ b/scripts/celadonmart5.asm @@ -0,0 +1,21 @@ +CeladonMart5Script: ; 49069 (12:5069) + jp EnableAutoTextBoxDrawing + +CeladonMart5TextPointers: ; 4906c (12:506c) + dw CeladonMart5Text1 + dw CeladonMart5Text2 + dw CeladonMart5Text3 + dw CeladonMart5Text4 + dw CeladonMart5Text5 + +CeladonMart5Text1: ; 49076 (12:5076) + TX_FAR _CeladonMart5Text1 + db "@" + +CeladonMart5Text2: ; 4907b (12:507b) + TX_FAR _CeladonMart5Text2 + db "@" + +CeladonMart5Text5: ; 49080 (12:5080) + TX_FAR _CeladonMart5Text5 + db "@" |