mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Nonmatchings go away
This commit is contained in:
parent
abe56579c1
commit
77c4856e62
@ -17,8 +17,8 @@ struct UnknownStruct_81D1ED4
|
||||
struct UnknownSubStruct_81D1ED4 unk14[4][5];
|
||||
struct UnknownSubStruct_81D1ED4 unk64[10][5];
|
||||
struct UnknownSubStruct_81D1ED4 unk12C[5];
|
||||
struct UnknownSubStruct_81D1ED4 unk13C[0x42];
|
||||
struct UnknownSubStruct_81D1ED4 unk248[0x42];
|
||||
u16 unk140[66][2];
|
||||
u16 unk248[66][2];
|
||||
u16 unk350;
|
||||
u16 unk352;
|
||||
u8 unk354;
|
||||
@ -41,8 +41,8 @@ void sub_81D2230(struct UnknownStruct_81D1ED4 *arg0);
|
||||
bool8 sub_81D20BC(struct UnknownStruct_81D1ED4 *arg0);
|
||||
void sub_81D3464(void *arg0);
|
||||
void sub_81D3480(void *arg0, u8 arg1);
|
||||
void sub_81D2754(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 *arg1);
|
||||
void sub_81D1F84(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 arg1[4][5], struct UnknownSubStruct_81D1ED4 arg2[4][5]);
|
||||
void sub_81D2754(u8 *arg0, struct UnknownSubStruct_81D1ED4 *arg1);
|
||||
void sub_81D1F84(struct UnknownStruct_81D1ED4 *arg0, struct UnknownSubStruct_81D1ED4 *arg1, struct UnknownSubStruct_81D1ED4 *arg2);
|
||||
void MoveRelearnerPrintText(u8 *str);
|
||||
bool16 MoveRelearnerRunTextPrinters(void);
|
||||
void MoveRelearnerCreateYesNoMenu(void);
|
||||
@ -50,4 +50,4 @@ u8 LoadMoveRelearnerMovesList(const struct ListMenuItem *items, u16 numChoices);
|
||||
void InitMoveRelearnerWindows(bool8 useContextWindow);
|
||||
void GetMonLevelUpWindowStats(struct Pokemon* mon, void* statStoreLocation);
|
||||
|
||||
#endif // GUARD_MENU_SPECIALIZED_H
|
||||
#endif // GUARD_MENU_SPECIALIZED_H
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user