Address PR suggestions (#1078)

This commit is contained in:
xCrystal
2024-01-28 21:19:32 +01:00
parent e0c278a595
commit 17d3a1a8ae
4 changed files with 7 additions and 3 deletions

View File

@@ -1133,7 +1133,7 @@ TryTileCollisionEvent::
RandomEncounter::
call CheckWildEncounterCooldown
jr c, .nope
call CanEncounterWildMonInThisTile
call CanEncounterWildMon
jr nc, .nope
ld hl, wStatusFlags2
bit STATUSFLAGS2_BUG_CONTEST_TIMER_F, [hl]
@@ -1173,7 +1173,7 @@ WildBattleScript:
reloadmapafterbattle
end
CanEncounterWildMonInThisTile::
CanEncounterWildMon::
ld hl, wStatusFlags
bit STATUSFLAGS_NO_WILD_ENCOUNTERS_F, [hl]
jr nz, .no