mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
29 lines
571 B
C
29 lines
571 B
C
#ifndef GUARD_CODE_8024458_H
|
|
#define GUARD_CODE_8024458_H
|
|
|
|
#include "structs/menu.h"
|
|
|
|
#include "structs/str_text.h"
|
|
#include "pokemon_3.h"
|
|
|
|
struct unkStruct_203B2AC
|
|
{
|
|
MenuInputStruct input;
|
|
u32 unk34[3];
|
|
u8 unk40[0x48 - 0x40];
|
|
s16 speciesNum;
|
|
struct unkStruct_808FF20 unk4C;
|
|
struct UnkInfoTabStruct unkB0;
|
|
u32 unkE0;
|
|
WindowTemplate *unkE4;
|
|
WindowTemplates unkE8;
|
|
WindowHeader unk148;
|
|
};
|
|
|
|
bool8 sub_8024458(s16 speciesNum, s32);
|
|
u32 sub_80244E4(void);
|
|
void sub_802452C(void);
|
|
void sub_802453C(void);
|
|
|
|
#endif // GUARD_CODE_8024458_H
|