Skip to content

Commit

Permalink
Fix typos (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialAmber authored Sep 27, 2021
1 parent 2c4f358 commit 30acb46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion home/vcopy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30acb46

Please sign in to comment.