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 e200238a..e0d9b6a5 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -219,9 +219,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 bcd15850..04752cc2 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::