aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-03-24 13:41:54 -0500
committerdannye <33dannye@gmail.com>2018-03-24 13:41:54 -0500
commit98f09b6d26b1f83bdf1779cfe63a73b8a4265aef (patch)
tree5a3d90215f63e972766f8c78a24134a293e4a16f /engine/battle
parentMerge pull request #180 from yenatch/fix-wevosmoves (diff)
downloadpokeyellow-98f09b6d26b1f83bdf1779cfe63a73b8a4265aef.tar.gz
pokeyellow-98f09b6d26b1f83bdf1779cfe63a73b8a4265aef.tar.xz
pokeyellow-98f09b6d26b1f83bdf1779cfe63a73b8a4265aef.zip
Use rgblink dmg mode
Diffstat (limited to 'engine/battle')
-rwxr-xr-xengine/battle/safari_zone.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/safari_zone.asm b/engine/battle/safari_zone.asm
index 1eb1a615..4672892d 100755
--- a/engine/battle/safari_zone.asm
+++ b/engine/battle/safari_zone.asm
@@ -19,7 +19,7 @@ PrintSafariZoneBattleText:
ld [wd0b5], a
call GetMonHeader
ld a, [wMonHCatchRate]
- ld [wEnemyMonCatchRate], a
+ ld [wEnemyMonActualCatchRate], a
pop hl
.asm_429f
push hl