Fix typos (#334)

This commit is contained in:
Amber Brault 2021-09-26 22:57:55 -04:00 committed by GitHub
parent 2c4f35848b
commit 30acb46b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3337,7 +3337,7 @@ CheckPlayerStatusConditions:
.HeldInPlaceCheck .HeldInPlaceCheck
ld a, [wEnemyBattleStatus1] 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 jp z, .FlinchedCheck
ld hl, CantMoveText ld hl, CantMoveText
call PrintText call PrintText

View file

@ -127,7 +127,7 @@ AutoBgMapTransfer::
ld a, h ld a, h
ldh [hSPTemp], a ldh [hSPTemp], a
ld a, l ld a, l
ldh [hSPTemp + 1], a ; save stack pinter ldh [hSPTemp + 1], a ; save stack pointer
ldh a, [hAutoBGTransferPortion] ldh a, [hAutoBGTransferPortion]
and a and a
jr z, .transferTopThird jr z, .transferTopThird