diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-19 19:42:00 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-19 19:42:00 -0400 |
commit | b5e253af0df17caa6ea5a93374f53a0920d041be (patch) | |
tree | fba61564777da9c29d960562d253900c664bbba8 /include | |
parent | b229bfee70355a6ff5e416693d3138e14a2afaa2 (diff) |
through debug_80C6CB8
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 |