mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
wWildMonPP is 4 bytes, not one byte.
The comments after were labeled with inaccurate address until NEXTU.
This commit is contained in:
parent
75035a71a5
commit
ea5a79ffe1
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