summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaverns4 <Caverns4@users.noreply.github.com>2020-06-14 19:47:49 -0400
committerGitHub <noreply@github.com>2020-06-14 19:47:49 -0400
commitea5a79ffe101348610a11fd560e17c40b5de5da7 (patch)
treec14f4bc99de90352374dea09c6aaa2b4d0efa796
parent75035a71a544821de0b397cfd5bacad5cf4da8fd (diff)
wWildMonPP is 4 bytes, not one byte.
The comments after were labeled with inaccurate address until NEXTU.
-rw-r--r--wram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index d94f38eba..464cc6c8e 100644
--- a/wram.asm
+++ b/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