diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-13 00:03:22 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-13 00:03:22 -0500 |
commit | 270bd98d41a19c516a4be95f522deb26cc4300a9 (patch) | |
tree | dca3131793bf14acd85d6558f8195b0294870af6 /include/script_pokemon_80C4.h | |
parent | 2c87516ca3efa260b96b92ededb24d75edfe49e8 (diff) |
more labeling
Diffstat (limited to 'include/script_pokemon_80C4.h')
-rw-r--r-- | include/script_pokemon_80C4.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/script_pokemon_80C4.h b/include/script_pokemon_80C4.h index 629980a2d..fab07994e 100644 --- a/include/script_pokemon_80C4.h +++ b/include/script_pokemon_80C4.h @@ -8,10 +8,10 @@ void ReducePlayerPartyToThree(void); u8 sub_80C4D50(void); void ShowContestWinner(void); -void HealPlayerParty(); +void ScrSpecial_HealPlayerParty(); u8 ScriptGiveMon(u16, u8, u16, u32, u32, u8); u8 ScriptGiveEgg(u16); -void ScriptWildBattle(u16, u8, u16); +void CreateScriptedWildMon(u16, u8, u16); void ScriptSetMonMoveSlot(u8, u16, u8); #endif |