diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-22 07:58:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-22 07:58:56 -0700 |
commit | e739b7087b8d06149e1a067ead971c1e6cbf385d (patch) | |
tree | 88e9deccdeb7580d09728850c9f8808e8bdf7df5 /include/pokemon_storage_system.h | |
parent | 18f6c5c9d460c019453227abe033d84f1feb6310 (diff) | |
parent | f54ccdc7ca5007edb196bcf4657d36f9bb5c295c (diff) |
Merge pull request #596 from PikalaxALT/watanabe
Watanabe
Diffstat (limited to 'include/pokemon_storage_system.h')
-rw-r--r-- | include/pokemon_storage_system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokemon_storage_system.h b/include/pokemon_storage_system.h index c6c37c123..9c8fbdc13 100644 --- a/include/pokemon_storage_system.h +++ b/include/pokemon_storage_system.h @@ -300,4 +300,6 @@ void sub_809D104(void *dest, u16 dLeft, u16 dTop, const void *src, u16 sLeft, u1 void sub_809D16C(void *dest, u16 dLeft, u16 dTop, u16 width, u16 height); void ShowPokemonStorageSystem(void); +void debug_sub_80A433C(struct Pokemon *pokemon, void (*func)(void)); + #endif // GUARD_POKEMON_STORAGE_SYSTEM_H |