finish party_menu

This commit is contained in:
golem galvanize
2018-12-18 05:38:08 -05:00
parent c259ee46d3
commit 8781d969ff
11 changed files with 1107 additions and 2219 deletions

View File

@@ -27,10 +27,10 @@ enum
};
struct Struct203CEC8 {
MainCallback unk0;
MainCallback exitCallback;
TaskFunc unk4;
u8 unk8_0:4;
u8 unk8_1:2;
u8 mode:2;
u8 unk8_2:2;
s8 unk9;
s8 unkA;

View File

@@ -84,5 +84,6 @@ u32 GetBoxMonDataFromAnyBox(u8 boxId, u8 monPosition, u32 request);
bool8 CheckFreePokemonStorageSpace(void);
u8 StorageGetCurrentBox(void);
u8 sub_80D214C(struct BoxPokemon *a, u8 b, u8 c, u8 d);
bool32 sub_80D23A8(u16 move);
#endif // GUARD_POKEMON_STORAGE_SYSTEM_H

View File

@@ -1,6 +1,8 @@
#ifndef GUARD_POKEMON_SUMMARY_SCREEN_H
#define GUARD_POKEMON_SUMMARY_SCREEN_H
extern u8 gUnknown_0203CF20;
void ShowPokemonSummaryScreen(u8 mode, void *mons, u8 monIndex, u8 maxMonIndex, void (*callback)(void));
void sub_81C4F98(u8, void(*)(void));
void ShowSelectMovePokemonSummaryScreen(struct Pokemon *, u8, u8, MainCallback, u16);