summaryrefslogtreecommitdiff
path: root/engine/battle/safari_zone.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/safari_zone.asm')
-rwxr-xr-xengine/battle/safari_zone.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/safari_zone.asm b/engine/battle/safari_zone.asm
index 99e1492d..6b0e2220 100755
--- a/engine/battle/safari_zone.asm
+++ b/engine/battle/safari_zone.asm
@@ -1,5 +1,5 @@
PrintSafariZoneBattleText: ; 4277 (1:4277)
- ld hl, wcce9
+ ld hl, wSafariBaitFactor
ld a, [hl]
and a
jr z, .asm_4284
@@ -19,7 +19,7 @@ PrintSafariZoneBattleText: ; 4277 (1:4277)
ld [wd0b5], a
call GetMonHeader
ld a, [W_MONHCATCHRATE]
- ld [wd007], a
+ ld [wEnemyMonCatchRate], a
pop hl
.asm_429f
push hl