diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-09 21:20:02 -0400 |
| commit | d8dae96f35222ababb9688ce2aed3292515f8ca2 (patch) | |
| tree | dbb61bf4f2afab02d51f629a89f9505c0b262a60 /scripts/billshouse.asm | |
| parent | Try again to bump extras (diff) | |
| download | pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.tar.gz pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.tar.xz pokeyellow-d8dae96f35222ababb9688ce2aed3292515f8ca2.zip | |
Implement handy text macros from yellow
Diffstat (limited to 'scripts/billshouse.asm')
| -rwxr-xr-x | scripts/billshouse.asm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/billshouse.asm b/scripts/billshouse.asm index 04d3ee60..e797f613 100755 --- a/scripts/billshouse.asm +++ b/scripts/billshouse.asm @@ -122,7 +122,7 @@ BillsHouseTextPointers: ; 1e834 (7:6834) dw BillsHouseText4 BillsHouseText4: ; 1e83c (7:683c) - db $fd + TX_BILLS_PC BillsHouseText1: ; 1e83d (7:683d) TX_ASM @@ -191,7 +191,9 @@ BillThankYouText: ; 1e8ba (7:68ba) SSTicketReceivedText: ; 1e8bf (7:68bf) TX_FAR _SSTicketReceivedText - db $11, $6, "@" + TX_SFX_KEY_ITEM + TX_BUTTON_SOUND + db "@" SSTicketNoRoomText: ; 1e8c6 (7:68c6) TX_FAR _SSTicketNoRoomText |
