diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 3dbbe6b8a..f051b4afe 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -46,4 +46,6 @@ extern const struct PokedexEntry gPokedexEntries[]; u16 sub_8091A4C(u16 gender, s16 x, s16 y, u16 paletteNum); u16 sub_80918EC(u16 num, s16 x, s16 y, u16 paletteNum); +void sub_8091738(u16, u16, u16); + #endif // GUARD_POKEDEX_H |