mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07: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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user