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 /include/wild_encounter.h | |
parent | 02104e52ddfcbd2a8a00af5d8b169b732e84a7cb (diff) |
more labels and fix build
Diffstat (limited to 'include/wild_encounter.h')
-rw-r--r-- | include/wild_encounter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wild_encounter.h b/include/wild_encounter.h index 1a0b6982d..d4b343126 100644 --- a/include/wild_encounter.h +++ b/include/wild_encounter.h @@ -28,9 +28,9 @@ extern struct WildPokemonHeader gWildMonHeaders[]; void DisableWildEncounters(bool8 disabled); bool8 StandardWildEncounter(u16 a, u16 b); -void RockSmashWildEncounter(void); +void ScrSpecial_RockSmashWildEncounter(void); bool8 SweetScentWildEncounter(void); -bool8 GetFishingWildMonListHeader(void); +bool8 DoesCurrentMapHaveFishingMons(void); void FishingWildEncounter(u8 rod); u16 GetLocalWildMon(bool8 *isWaterMon); u16 GetLocalWaterMon(void); |