From 4e96f9d232cd51be9d51a76f7d0cc6211aaccdca Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 17 Jun 2022 22:58:46 -0400 Subject: [PATCH] `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` Fixes #362 --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 1a252c02..c746e52b 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3302,7 +3302,7 @@ IsGhostBattle: ld a, [wCurMap] cp POKEMON_TOWER_1F jr c, .next - cp MR_FUJIS_HOUSE + cp POKEMON_TOWER_7F + 1 jr nc, .next ld b, SILPH_SCOPE call IsItemInBag