Port pokecrystal's formatting of text commands and special characters

This commit is contained in:
Rangi 2020-07-04 17:09:35 -04:00
parent 2718c36065
commit 139a28ff99
397 changed files with 7398 additions and 7026 deletions

View file

@ -122,10 +122,10 @@ BillsHouse_TextPointers:
dw BillsHouseText4
BillsHouseText4:
TX_BILLS_PC
script_bills_pc
BillsHouseText1:
TX_ASM
text_asm
ld hl, BillsHouseText_1e865
call PrintText
call YesNoChoice
@ -146,19 +146,19 @@ BillsHouseText1:
jp TextScriptEnd
BillsHouseText_1e865:
TX_FAR _BillsHouseText_1e865
db "@"
text_far _BillsHouseText_1e865
text_end
BillsHouseText_1e86a:
TX_FAR _BillsHouseText_1e86a
db "@"
text_far _BillsHouseText_1e86a
text_end
BillsHouseText_1e86f:
TX_FAR _BillsHouseText_1e86f
db "@"
text_far _BillsHouseText_1e86f
text_end
BillsHouseText2:
TX_ASM
text_asm
CheckEvent EVENT_GOT_SS_TICKET
jr nz, .asm_1e8a9
ld hl, BillThankYouText
@ -186,29 +186,29 @@ BillsHouseText2:
jp TextScriptEnd
BillThankYouText:
TX_FAR _BillThankYouText
db "@"
text_far _BillThankYouText
text_end
SSTicketReceivedText:
TX_FAR _SSTicketReceivedText
TX_SFX_KEY_ITEM
TX_BLINK
db "@"
text_far _SSTicketReceivedText
sound_get_key_item
text_promptbutton
text_end
SSTicketNoRoomText:
TX_FAR _SSTicketNoRoomText
db "@"
text_far _SSTicketNoRoomText
text_end
BillsHouseText_1e8cb:
TX_FAR _BillsHouseText_1e8cb
db "@"
text_far _BillsHouseText_1e8cb
text_end
BillsHouseText3:
TX_ASM
text_asm
ld hl, BillsHouseText_1e8da
call PrintText
jp TextScriptEnd
BillsHouseText_1e8da:
TX_FAR _BillsHouseText_1e8da
db "@"
text_far _BillsHouseText_1e8da
text_end