From 4efb3e307cd6b4bf267ab0d509f8e5ab498f798e Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 6 Nov 2020 10:34:05 -0500 Subject: Sync more with pokered --- scripts/Route22Gate.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/Route22Gate.asm') diff --git a/scripts/Route22Gate.asm b/scripts/Route22Gate.asm index adbefe8a..e9dab015 100755 --- a/scripts/Route22Gate.asm +++ b/scripts/Route22Gate.asm @@ -62,7 +62,7 @@ Route22Gate_TextPointers: Route22GateText1: text_asm ld a, [wObtainedBadges] - bit 0, a ; BOULDERBADGE + bit BIT_BOULDERBADGE, a jr nz, .asm_1e6f6 ld hl, Route22GateText_1e704 call PrintText -- cgit v1.3.1-sl0p