shithub: pokecrystal

Download patch

ref: ea5a79ffe101348610a11fd560e17c40b5de5da7
parent: 75035a71a544821de0b397cfd5bacad5cf4da8fd
author: Caverns4 <Caverns4@users.noreply.github.com>
date: Sun Jun 14 15:47:49 EDT 2020

wWildMonPP is 4 bytes, not one byte.

The comments after were labeled with inaccurate address until NEXTU.

--- a/wram.asm
+++ b/wram.asm
@@ -726,12 +726,12 @@
 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