more d_save funcs OK, initial map out of dcomifg_play_c and it's classes

This commit is contained in:
Pheenoh
2021-01-02 17:47:43 -05:00
parent 992cf48c7f
commit 458be4d8cb
203 changed files with 1931 additions and 941 deletions
@@ -0,0 +1,26 @@
#ifndef __D_EVENT_DATA_H_
#define __D_EVENT_DATA_H_
#include "global.h"
class dEvDtFlag_c {
public:
private:
u8 field_0x0[320];
};
class dEvDtBase_c {
public:
private:
u32 field_0x0;
u32 field_0x4;
u32 field_0x8;
u32 field_0xc;
u32 field_0x10;
u32 field_0x14;
u32 field_0x18;
u32 field_0x1c;
u32 field_0x20;
};
#endif