diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 16:00:27 -0500 |
commit | fdd7b1033cb32f02eb861ca87fa92b9886bdfe37 (patch) | |
tree | 9ac899b61e39aa12abbcdb5ae406337c458c25fb /include/script_pokemon_util_80A0058.h | |
parent | 2822d29c0bd7e579388f9d0772a7b5d1af430b31 (diff) |
Through ScrCmd_pokemart
Diffstat (limited to 'include/script_pokemon_util_80A0058.h')
-rw-r--r-- | include/script_pokemon_util_80A0058.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/script_pokemon_util_80A0058.h b/include/script_pokemon_util_80A0058.h new file mode 100644 index 000000000..e1d228589 --- /dev/null +++ b/include/script_pokemon_util_80A0058.h @@ -0,0 +1,8 @@ +#ifndef GUARD_SCRIPT_POKEMON_UTIL_80A0058_H +#define GUARD_SCRIPT_POKEMON_UTIL_80A0058_H + +bool8 ScriptGiveMon(u16 species, u8 level, u16 item, u32 unk1, u32 unk2, u8 unk3); +bool8 ScriptGiveEgg(u16 species); +void ScriptSetMonMoveSlot(u8 partyIdx, u16 move, u8 slot); + +#endif //GUARD_SCRIPT_POKEMON_UTIL_80A0058_H |