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/celadonhotel.asm | |
parent | 4e4e72d02a5a202daea3a73363d2a4c3ba34e724 (diff) |
Pull map scripts out of main.asm
Diffstat (limited to 'scripts/celadonhotel.asm')
-rwxr-xr-x | scripts/celadonhotel.asm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/scripts/celadonhotel.asm b/scripts/celadonhotel.asm new file mode 100755 index 00000000..a0f80ff6 --- /dev/null +++ b/scripts/celadonhotel.asm @@ -0,0 +1,19 @@ +CeladonHotelScript: ; 49269 (12:5269) + jp EnableAutoTextBoxDrawing + +CeladonHotelTextPointers: ; 4926c (12:526c) + dw CeladonHotelText1 + dw CeladonHotelText2 + dw CeladonHotelText3 + +CeladonHotelText1: ; 49272 (12:5272) + TX_FAR _CeladonHotelText1 + db "@" + +CeladonHotelText2: ; 49277 (12:5277) + TX_FAR _CeladonHotelText2 + db "@" + +CeladonHotelText3: ; 4927c (12:527c) + TX_FAR _CeladonHotelText3 + db "@" |