diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-12 20:23:23 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-12 20:23:23 -0500 |
commit | 2c87516ca3efa260b96b92ededb24d75edfe49e8 (patch) | |
tree | 026828079ecef0018fc71701a54099e205c40b0e /src/wild_encounter.c | |
parent | 02104e52ddfcbd2a8a00af5d8b169b732e84a7cb (diff) |
more labels and fix build
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r-- | src/wild_encounter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c index 519cd7893..5c06ebb14 100644 --- a/src/wild_encounter.c +++ b/src/wild_encounter.c @@ -3363,7 +3363,7 @@ bool8 StandardWildEncounter(u16 a, u16 b) return 0; } -void RockSmashWildEncounter(void) +void ScrSpecial_RockSmashWildEncounter(void) { u16 headerNum = GetCurrentMapWildMonHeader(); @@ -3433,7 +3433,7 @@ bool8 SweetScentWildEncounter(void) return FALSE; } -bool8 GetFishingWildMonListHeader(void) +bool8 DoesCurrentMapHaveFishingMons(void) { u16 headerNum = GetCurrentMapWildMonHeader(); |