mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-05 17:10:48 -04:00
progress
This commit is contained in:
+1
-33
@@ -221,38 +221,6 @@ struct dDemo_camera_c {
|
||||
/* 80039FFC */ ~dDemo_camera_c();
|
||||
};
|
||||
|
||||
struct dDemo_c {
|
||||
/* 80039678 */ void create();
|
||||
/* 80039910 */ void remove();
|
||||
/* 80039B6C */ void start(u8 const*, cXyz*, f32);
|
||||
/* 80039CF8 */ void end();
|
||||
/* 80039D4C */ void branch();
|
||||
/* 80039DA4 */ void update();
|
||||
/* 80039EDC */ void setBranchType(u16);
|
||||
/* 80039EEC */ void setBranchId(u16, s16);
|
||||
/* 80039F04 */ void reset();
|
||||
|
||||
static u16 m_branchId[1 + 3 /* padding */];
|
||||
static u8 m_system[4];
|
||||
static u8 m_control[4];
|
||||
static u8 m_stage[4];
|
||||
static u8 m_audio[4];
|
||||
static u8 m_particle[4];
|
||||
static u8 m_message[4];
|
||||
static u8 m_factory[4];
|
||||
static u8 m_mesgControl[4];
|
||||
static u8 m_object[4];
|
||||
static u8 m_data[4];
|
||||
static u8 m_frame[4];
|
||||
static u8 m_translation[4];
|
||||
static f32 m_rotationY;
|
||||
static u8 m_frameNoMsg[4];
|
||||
static u8 m_mode[4];
|
||||
static u8 m_status[4];
|
||||
static u8 m_branchType[2 + 2 /* padding */];
|
||||
static u8 m_branchData[4];
|
||||
};
|
||||
|
||||
struct dDemo_ambient_c {
|
||||
/* 80038DF0 */ void JSGSetColor(_GXColor);
|
||||
/* 800394C8 */ ~dDemo_ambient_c();
|
||||
@@ -1013,7 +981,7 @@ u8 dDemo_c::m_translation[4];
|
||||
f32 dDemo_c::m_rotationY;
|
||||
|
||||
/* 80450E34-80450E38 000334 0004+00 2/2 1/1 0/0 .sbss m_frameNoMsg__7dDemo_c */
|
||||
u8 dDemo_c::m_frameNoMsg[4];
|
||||
u32 dDemo_c::m_frameNoMsg;
|
||||
|
||||
/* 80450E38-80450E3C 000338 0004+00 4/4 4/4 0/0 .sbss m_mode__7dDemo_c */
|
||||
u8 dDemo_c::m_mode[4];
|
||||
|
||||
Reference in New Issue
Block a user