diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-02 13:28:54 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-04 12:16:15 -0600 |
commit | 27c4329e4518a9838476e16c9fbb4cfb6d83a0d7 (patch) | |
tree | fffa4a6ab7cdee6fd0c171b8381db06f10b32c6d /include/pokemon.h | |
parent | c859fe36066bd420ea37222615aef177a318b5fd (diff) |
Use friendship event constants
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 2e28ae0f5..7ac65d36b 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -413,7 +413,6 @@ void HandleSetPokedexFlag(u16 nationalNum, u8 caseId, u32 personality); const u8 *GetTrainerClassNameFromId(u16 trainerId); const u8 *GetTrainerNameFromId(u16 trainerId); bool8 HasTwoFramesAnimation(u16 species); -bool8 sub_806F104(void); struct Unknown_806F160_Struct *sub_806F2AC(u8 id, u8 arg1); void sub_806F47C(u8 id); u8 *sub_806F4F8(u8 id, u8 arg1); |