aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/npc_movement_2.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/overworld/npc_movement_2.asm')
-rw-r--r--engine/overworld/npc_movement_2.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/npc_movement_2.asm b/engine/overworld/npc_movement_2.asm
index 2ced9da6..bca9bf52 100644
--- a/engine/overworld/npc_movement_2.asm
+++ b/engine/overworld/npc_movement_2.asm
@@ -1,7 +1,7 @@
-FreezeEnemyTrainerSprite::
+SetEnemyTrainerToStayAndFaceAnyDirection::
ld a, [wCurMap]
cp POKEMON_TOWER_7F
- ret z ; the Rockets on Pokemon Tower 7F leave after battling, so don't freeze them
+ ret z ; the Rockets on Pokemon Tower 7F leave after battling, so don't set them
ld hl, RivalIDs
ld a, [wEngagedTrainerClass]
ld b, a
@@ -10,7 +10,7 @@ FreezeEnemyTrainerSprite::
cp -1
jr z, .notRival
cp b
- ret z ; the rival leaves after battling, so don't freeze him
+ ret z ; the rival leaves after battling, so don't set him
jr .loop
.notRival
ld a, [wSpriteIndex]