diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-14 21:34:03 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-14 21:34:03 -0400 |
commit | 7ce151910a3075757813ae3a870f30b5809e669c (patch) | |
tree | d59c0c4e7376f532dd0788fb253deb901fa08b5e /include | |
parent | 21e006d680b2cf3b511e2f346cf997ab2fbbee47 (diff) |
through debug_80C43A8
Diffstat (limited to 'include')
-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 |