diff options
author | SNBeast <snburchett@gmail.com> | 2021-06-28 23:18:38 -0400 |
---|---|---|
committer | SNBeast <snburchett@gmail.com> | 2021-06-28 23:18:38 -0400 |
commit | 029dab952d33320442fe2a46879b32175c536a79 (patch) | |
tree | c505f0e2563eb84da45bd52119c0b6e8d7b24876 /include | |
parent | e22de9da55977f1dce79c7fcebd4a8a60f272b5b (diff) |
Another code review's suggestions
Diffstat (limited to 'include')
-rw-r--r-- | include/unk_02088DD8.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/unk_02088DD8.h b/include/unk_02088DD8.h index 78ff4827..7b023c56 100644 --- a/include/unk_02088DD8.h +++ b/include/unk_02088DD8.h @@ -3,8 +3,6 @@ #include "unk_020377F0.h" -extern void LoadWotbl_HandleAlternateForme(int species, int forme, u16 * wotbl); - struct Options; struct PlayerData; struct Pokemon; @@ -20,9 +18,9 @@ struct UnkStruct_02088DD8 u8 padding2[0x2]; }; -struct UnkStruct_02088DD8* FUN_02088DD8(u32 r0); +struct UnkStruct_02088DD8* FUN_02088DD8(u32 heap_id); void FUN_02088DF0(struct UnkStruct_02037CF0 *r0); -void* GetEligibleLevelUpMoves(struct Pokemon* pokemon, u32 heap_id); +u16* GetEligibleLevelUpMoves(struct Pokemon* pokemon, u32 heap_id); BOOL FUN_02088EF8(u16 *r0); #endif |