From 19656f9dee2671838983ab407e901bd6bb49006a Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Wed, 8 Jun 2016 01:05:34 -0400 Subject: No more standalone WRAM addresses in the Event Flags array --- scripts/billshouse.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts/billshouse.asm') diff --git a/scripts/billshouse.asm b/scripts/billshouse.asm index a3a86d74..b288a9fe 100755 --- a/scripts/billshouse.asm +++ b/scripts/billshouse.asm @@ -23,8 +23,7 @@ BillsHouseScript_1e09e: bit 7, [hl] set 7, [hl] ret nz - ld hl, wd7f2 - bit 5, [hl] + CheckEventHL EVENT_MET_BILL_2 jr z, .asm_1e0af jr .asm_1e0b3 -- cgit v1.2.3