aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/trainer_sight.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/trainer_sight.asm')
-rw-r--r--engine/overworld/trainer_sight.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/trainer_sight.asm b/engine/overworld/trainer_sight.asm
index 816dea7f..f32b558a 100644
--- a/engine/overworld/trainer_sight.asm
+++ b/engine/overworld/trainer_sight.asm
@@ -221,8 +221,8 @@ TrainerEngage:
ld a, [wTrainerSpriteOffset]
and a
jr z, .noEngage
- ld hl, wFlags_0xcd60
- set 0, [hl]
+ ld hl, wMiscFlags
+ set BIT_SEEN_BY_TRAINER, [hl]
call EngageMapTrainer
ld a, $ff
.noEngage