mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Merge pull request #730 from Caverns4/patch-1
wWildMonPP is 4 bytes, not one byte.
This commit is contained in:
commit
bb0264e619
8
wram.asm
8
wram.asm
@ -726,12 +726,12 @@ wBattleEnded:: db ; c734
|
|||||||
wWildMonMoves:: ds NUM_MOVES ; c735
|
wWildMonMoves:: ds NUM_MOVES ; c735
|
||||||
wWildMonPP:: ds NUM_MOVES ; c739
|
wWildMonPP:: ds NUM_MOVES ; c739
|
||||||
|
|
||||||
wAmuletCoin:: db ; c73a
|
wAmuletCoin:: db ; c73d
|
||||||
|
|
||||||
wSomeoneIsRampaging:: db ; c73b
|
wSomeoneIsRampaging:: db ; c73e
|
||||||
|
|
||||||
wPlayerJustGotFrozen:: db ; c73c
|
wPlayerJustGotFrozen:: db ; c73f
|
||||||
wEnemyJustGotFrozen:: db ; c73d
|
wEnemyJustGotFrozen:: db ; c740
|
||||||
wBattleEnd::
|
wBattleEnd::
|
||||||
|
|
||||||
NEXTU ; c608
|
NEXTU ; c608
|
||||||
|
Loading…
Reference in New Issue
Block a user