diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 00906cef..d24a43d0 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -3337,7 +3337,7 @@ CheckPlayerStatusConditions: .HeldInPlaceCheck ld a, [wEnemyBattleStatus1] - bit USING_TRAPPING_MOVE, a ; is enemy using a mult-turn move like wrap? + bit USING_TRAPPING_MOVE, a ; is enemy using a multi-turn move like wrap? jp z, .FlinchedCheck ld hl, CantMoveText call PrintText diff --git a/home/vcopy.asm b/home/vcopy.asm index 504406b9..93c035eb 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -127,7 +127,7 @@ AutoBgMapTransfer:: ld a, h ldh [hSPTemp], a ld a, l - ldh [hSPTemp + 1], a ; save stack pinter + ldh [hSPTemp + 1], a ; save stack pointer ldh a, [hAutoBGTransferPortion] and a jr z, .transferTopThird