summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engine/overworld/wildmons.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/overworld/wildmons.asm b/engine/overworld/wildmons.asm
index 97930f51c..757ecb017 100644
--- a/engine/overworld/wildmons.asm
+++ b/engine/overworld/wildmons.asm
@@ -276,7 +276,7 @@ ChooseWildEncounter: ; 2a14f
inc hl
inc hl
ld a, [wTimeOfDay]
- ld bc, $e
+ ld bc, NUM_GRASSMON * 2
call AddNTimes
ld de, GrassMonProbTable
@@ -675,7 +675,7 @@ UpdateRoamMons: ; 2a30d
jr nc, .update_loop ; invalid index, try again
inc hl
ld c, a
- ld b, $0
+ ld b, 0
add hl, bc
add hl, bc
ld a, [wRoamMons_LastMapGroup]
@@ -819,7 +819,7 @@ RandomUnseenWildMon: ; 2a4ab
jr z, .randloop1
dec a
ld c, a
- ld b, $0
+ ld b, 0
add hl, bc
add hl, bc
; We now have the pointer to one of the last (rarest) three wild Pokemon found in that area.
@@ -894,7 +894,7 @@ RandomPhoneWildMon: ; 2a51f
call Random
and %11
ld c, a
- ld b, $0
+ ld b, 0
add hl, bc
add hl, bc
inc hl