mirror of
https://github.com/pret/pmd-red.git
synced 2026-09-07 00:25:22 -05:00
sub_80402AC and game version defines
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user