From d8dae96f35222ababb9688ce2aed3292515f8ca2 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Thu, 9 Jun 2016 21:20:02 -0400 Subject: Implement handy text macros from yellow --- scripts/billshouse.asm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'scripts/billshouse.asm') 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 -- cgit v1.3.1-sl0p