diff options
author | SNBeast <snburchett@gmail.com> | 2021-06-27 19:03:01 -0400 |
---|---|---|
committer | SNBeast <snburchett@gmail.com> | 2021-06-27 19:03:01 -0400 |
commit | 17f024a5179351f68eba823f61f02f2c2f934112 (patch) | |
tree | 31e7ff2c452b1af1795d9fe90b0f4360bd4b4dea /include | |
parent | 3eb05d47001de840cb6e8e99ca5181dc2ad67b32 (diff) |
Decompile unk_02088DD8.s
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02088DD8.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/unk_02088DD8.h b/include/unk_02088DD8.h index 318a98fb..41e7232e 100644 --- a/include/unk_02088DD8.h +++ b/include/unk_02088DD8.h @@ -1,6 +1,10 @@ #ifndef POKEDIAMOND_UNK_02088DD8_H #define POKEDIAMOND_UNK_02088DD8_H +#include "unk_020377F0.h" + +extern void LoadWotbl_HandleAlternateForme(int species, int forme, u16 * wotbl); + struct Options; struct PlayerData; struct Pokemon; @@ -16,4 +20,9 @@ struct UnkStruct_02088DD8 u8 padding2[0x2]; }; +struct UnkStruct_02088DD8* FUN_02088DD8(u32 r0); +void FUN_02088DF0(struct UnkStruct_02037CF0 *r0); +void* Maybe_GetEligibleLevelUpMoves(struct Pokemon* pokemon, u32 heap_id); +BOOL FUN_02088EF8(u16 *r0); + #endif |