diff options
author | Caverns4 <Caverns4@users.noreply.github.com> | 2020-06-14 19:47:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-14 19:47:49 -0400 |
commit | ea5a79ffe101348610a11fd560e17c40b5de5da7 (patch) | |
tree | c14f4bc99de90352374dea09c6aaa2b4d0efa796 | |
parent | 75035a71a544821de0b397cfd5bacad5cf4da8fd (diff) |
wWildMonPP is 4 bytes, not one byte.
The comments after were labeled with inaccurate address until NEXTU.
-rw-r--r-- | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |