match: func_800BE654 (#537)

* match: func_800BE654

* lint: run format.sh

* refac: replace 0xFFFFFFF with COLOUR_TAG_CYAN
This commit is contained in:
Dominik Peters
2025-04-29 20:42:08 -04:00
committed by GitHub
parent 57aa448faa
commit 93413ebb03
5 changed files with 218 additions and 15 deletions
+11 -3
View File
@@ -1065,9 +1065,17 @@ typedef struct Object_Boost {
} Object_Boost;
typedef struct Object_EffectBox {
/* 0x000 */ u8 pad0[0x1FE];
/* 0x1FE */ u8 unk1FE;
/* 0x1FF */ u8 unk1FF;
s16 unk0;
u8 unk2;
u8 unk3;
s16 unk4;
s16 unk6;
s16 unk8;
s16 unkA;
s16 unkC;
s8 unkE[0x1FE - 0xE];
u8 unk1FE;
u8 unk1FF;
} Object_EffectBox;
typedef struct Object_EggCreator {