diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-24 17:02:52 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-07-24 17:02:52 +0200 |
commit | 33c036e7ffa939cfcf324580f888359e1dc816fc (patch) | |
tree | e8fea9c055deddb8eb179657f156a1acf7737592 /include/pokenav.h | |
parent | 6ff1426abed52c9642a6ccd5a6eda7210d0637e7 (diff) |
Decompile pokemonav 7
Diffstat (limited to 'include/pokenav.h')
-rw-r--r-- | include/pokenav.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/include/pokenav.h b/include/pokenav.h index 203d14015..42591ab10 100644 --- a/include/pokenav.h +++ b/include/pokenav.h @@ -184,4 +184,23 @@ void sub_81CC62C(int); u32 sub_81CC65C(void); void sub_81CC670(void); -#endif //GUARD_POKENAV_H +// pokenav_unk_6.c +bool32 sub_81CD3C4(void); +bool32 sub_81CDD5C(void); +s8 sub_81CDC84(void); +struct UnknownStruct_81D1ED4 *sub_81CDC70(void); +u16 sub_81CDC60(void); +u16 sub_81CDC50(void); +u8 sub_81CDDB0(void); +bool32 sub_81CD548(u8 arg0); +u8 sub_81CDD7C(void); +const u8 *sub_81CDD04(u8 id); +const u8 *sub_81CDD24(u8 id); +u16 sub_81CDD48(void); +const void *sub_81CDCB4(u8 id); +const u16 *sub_81CDCD4(u8 id); + +// pokenav_unk_7.c +u8 sub_81CEF14(void); + +#endif // GUARD_POKENAV_H |