Matched REL/m405 + some code cleanup
This commit is contained in:
parent
440e47ec2c
commit
66ba618452
34 changed files with 2683 additions and 216 deletions
|
|
@ -133,7 +133,7 @@ typedef struct UnkPresentNestedInnerStruct {
|
|||
|
||||
typedef struct UnkPresentNestedOuterStruct {
|
||||
/* 0x00 */ s32 unk00;
|
||||
/* 0x04 */ UnkPresentNestedInnerStruct unk_04[11];
|
||||
/* 0x04 */ UnkPresentNestedInnerStruct unk_04[11];
|
||||
} UnkPresentNestedOuterStruct;
|
||||
|
||||
typedef struct UnkPresentStruct7 {
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
|
||||
|
||||
enum {
|
||||
MAPOBJ_MAX = 12
|
||||
MAPOBJ_MAX = 12
|
||||
};
|
||||
|
||||
typedef struct w03UnkStruct2{
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
#include "game/window.h"
|
||||
|
||||
enum {
|
||||
MAPOBJ_MELON = 0,
|
||||
MAPOBJ_MAX,
|
||||
MAPOBJ_MELON = 0,
|
||||
MAPOBJ_MAX,
|
||||
};
|
||||
|
||||
typedef struct w10_board_work {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue