summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 9265503d..056a9588 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -3371,9 +3371,9 @@ IsGhostBattle:
dec a
ret nz
ld a, [wCurMap]
- cp POKEMONTOWER_1
+ cp POKEMON_TOWER_1F
jr c, .next
- cp LAVENDER_HOUSE_1
+ cp MR_FUJIS_HOUSE
jr nc, .next
ld b, SILPH_SCOPE
call IsItemInBag