From 351146024bdd386c328af0f2abdb04e728e4c133 Mon Sep 17 00:00:00 2001 From: dannye Date: Mon, 14 Dec 2015 22:09:30 -0600 Subject: Fewer underscores in constants --- 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 d594f907..04d3ee60 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