diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-01 03:49:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-01 03:49:48 +0100 |
commit | ca53a63f5a7570d6393e13f0fb2c2bafb1adeb38 (patch) | |
tree | bf5b3f918ae19bac1c0548b5e51db033310e5fb9 /include | |
parent | 93557dd264b6a3c69f00366888e4d35a0d5b0a7c (diff) | |
parent | 9427ad1dde34ad16643423e001f1126015e5ef27 (diff) |
Merge pull request #419 from SNBeast/master
Decompile unk_02088DD8.s
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02088DD8.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/unk_02088DD8.h b/include/unk_02088DD8.h index 318a98fb..7b023c56 100644 --- a/include/unk_02088DD8.h +++ b/include/unk_02088DD8.h @@ -1,6 +1,8 @@ #ifndef POKEDIAMOND_UNK_02088DD8_H #define POKEDIAMOND_UNK_02088DD8_H +#include "unk_020377F0.h" + struct Options; struct PlayerData; struct Pokemon; @@ -16,4 +18,9 @@ struct UnkStruct_02088DD8 u8 padding2[0x2]; }; +struct UnkStruct_02088DD8* FUN_02088DD8(u32 heap_id); +void FUN_02088DF0(struct UnkStruct_02037CF0 *r0); +u16* GetEligibleLevelUpMoves(struct Pokemon* pokemon, u32 heap_id); +BOOL FUN_02088EF8(u16 *r0); + #endif |