mirror of
https://github.com/pret/pmd-red.git
synced 2026-08-25 02:04:55 -05:00
fix unkStruct_203B244
This commit is contained in:
@@ -4,19 +4,15 @@
|
||||
#include "constants/item.h"
|
||||
#include "structs/menu.h"
|
||||
#include "structs/str_text.h"
|
||||
#include "structs/struct_sub80095e4.h"
|
||||
|
||||
// TODO: CHANGE THIS TO struct_Sub80095E4_2
|
||||
// size: 0x554
|
||||
struct unkStruct_203B244
|
||||
{
|
||||
u32 unk0;
|
||||
/* 0x4 */ u8 itemIDs[NUMBER_OF_ITEM_IDS];
|
||||
u32 unkF4[NUMBER_OF_ITEM_IDS];
|
||||
/* 0x4B4 */ MenuInputStruct input;
|
||||
u32 unk4E8;
|
||||
UnkTextStruct2 *unk4EC;
|
||||
UnkTextStruct2 unk4F0[4];
|
||||
UnkTextStruct2_sub2 unk550;
|
||||
/* 0x4B4 */ struct_Sub80095E4_2 unk4B4;
|
||||
};
|
||||
|
||||
bool8 sub_801C8C4(s32, s32, UnkTextStruct2_sub *, u32);
|
||||
|
||||
Reference in New Issue
Block a user