aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/map_objects.asm4
-rw-r--r--home/trainers.asm2
2 files changed, 3 insertions, 3 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index c959f2db..59140505 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -293,9 +293,9 @@ SetSpriteMovementBytesToFE::
SetSpriteMovementBytesToFF::
push hl
call GetSpriteMovementByte1Pointer
- ld [hl], $FF
+ ld [hl], STAY
call GetSpriteMovementByte2Pointer
- ld [hl], $FF ; prevent person from walking?
+ ld [hl], NONE
pop hl
ret
diff --git a/home/trainers.asm b/home/trainers.asm
index 09a69ae1..5048a8c5 100644
--- a/home/trainers.asm
+++ b/home/trainers.asm
@@ -358,7 +358,7 @@ PrintEndBattleText::
pop af
ldh [hLoadedROMBank], a
ld [MBC1RomBank], a
- farcall FreezeEnemyTrainerSprite
+ farcall SetEnemyTrainerToStayAndFaceAnyDirection
jp WaitForSoundToFinish
GetSavedEndBattleTextPointer::