fix unkStruct_203B244

This commit is contained in:
DizzyEggg
2024-07-26 16:35:01 +02:00
parent ec272b5964
commit 21b52089e8
2 changed files with 45 additions and 117 deletions

View File

@@ -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);