sub_80402AC and game version defines

This commit is contained in:
DizzyEggg
2025-03-06 13:12:11 +01:00
parent 7e2702c699
commit 8686fa4c73
4 changed files with 336 additions and 718 deletions

View File

@@ -8,6 +8,10 @@
#include "constants/global.h"
#include "constants/monster.h"
#define VERSION_BLUE 0
#define VERSION_RED 1
#define GAME_VERSION VERSION_RED
// IDE support
#if defined(__APPLE__) || defined(__CYGWIN__)
#define _(x) x

View File

@@ -332,9 +332,10 @@ typedef struct unkDungeon57C
#define UNK12A18_ARR_COUNT 29
#define UNK12A18_ARR_COUNT_2 9
// Some palette?
struct UnkDungeonGlobal_1822C_Sub
{
u8 fill0[0x20];
u32 arr[8];
};
#define UNK1822C_ARR_COUNT 16
@@ -344,10 +345,10 @@ struct UnkDungeonGlobal_1822C
{
struct UnkDungeonGlobal_1822C_Sub unk1822C[UNK1822C_ARR_COUNT][UNK1822C_ARR_COUNT_2];
u8 unk1BA2C[UNK1822C_ARR_COUNT][UNK1822C_ARR_COUNT_2];
u8 fillUnk[0x1e0];
void *unk1BBEC[40][3];
s32 unk1BDCC;
u8 unk1BDD0;
u8 fill1BDD1;
u8 unk1BDD1;
u8 unk1BDD2;
};