Merge pull request #730 from Caverns4/patch-1

wWildMonPP is 4 bytes, not one byte.
This commit is contained in:
Rangi 2020-06-15 13:04:38 -04:00 committed by GitHub
commit bb0264e619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -726,12 +726,12 @@ wBattleEnded:: db ; c734
wWildMonMoves:: ds NUM_MOVES ; c735
wWildMonPP:: ds NUM_MOVES ; c739
wAmuletCoin:: db ; c73a
wAmuletCoin:: db ; c73d
wSomeoneIsRampaging:: db ; c73b
wSomeoneIsRampaging:: db ; c73e
wPlayerJustGotFrozen:: db ; c73c
wEnemyJustGotFrozen:: db ; c73d
wPlayerJustGotFrozen:: db ; c73f
wEnemyJustGotFrozen:: db ; c740
wBattleEnd::
NEXTU ; c608