From ea5a79ffe101348610a11fd560e17c40b5de5da7 Mon Sep 17 00:00:00 2001 From: Caverns4 Date: Sun, 14 Jun 2020 19:47:49 -0400 Subject: [PATCH] wWildMonPP is 4 bytes, not one byte. The comments after were labeled with inaccurate address until NEXTU. --- wram.asm | 8 ++++---- 1 file 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