From 46aeb3012f48cc706a9b5a228f74db5a822383e9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 17 Jun 2022 22:58:48 -0400 Subject: `cp MR_FUJIS_HOUSE` -> `cp POKEMON_TOWER_7F + 1` --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 5a2ee2af..03566487 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3471,7 +3471,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 -- cgit v1.3.1-sl0p