From 5aa4d6c777507ff7403f2f14ab602007b17f19ab Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Tue, 22 Dec 2015 16:06:11 -0500 Subject: Fewer underscores in constants dannye --- scripts/billshouse.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/billshouse.asm') diff --git a/scripts/billshouse.asm b/scripts/billshouse.asm index 08ac98d6..56f2204f 100755 --- a/scripts/billshouse.asm +++ b/scripts/billshouse.asm @@ -163,7 +163,7 @@ BillsHouseText2: ; 1e874 (7:6874) jr nz, .asm_1e8a9 ld hl, BillThankYouText call PrintText - lb bc, S_S__TICKET, 1 + lb bc, S_S_TICKET, 1 call GiveItem jr nc, .BagFull ld hl, SSTicketReceivedText -- cgit v1.3.1-sl0p