mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
more nonmatching
This commit is contained in:
+7
-4
@@ -1,14 +1,15 @@
|
||||
#ifndef D_D_DEMO_H
|
||||
#define D_D_DEMO_H
|
||||
|
||||
#include "JSystem/JStudio/JStudio/stb.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
class cXyz;
|
||||
struct dDemo_c {
|
||||
/* 80039678 */ void create();
|
||||
/* 80039910 */ void remove();
|
||||
/* 80039B6C */ void start(u8 const*, cXyz*, f32);
|
||||
/* 80039CF8 */ void end();
|
||||
/* 80039B6C */ static void start(u8 const*, cXyz*, f32);
|
||||
/* 80039CF8 */ static void end();
|
||||
/* 80039D4C */ void branch();
|
||||
/* 80039DA4 */ void update();
|
||||
/* 80039EDC */ void setBranchType(u16);
|
||||
@@ -16,10 +17,12 @@ struct dDemo_c {
|
||||
/* 80039F04 */ void reset();
|
||||
|
||||
static u32 getFrameNoMsg() { return m_frameNoMsg; }
|
||||
static s32 getMode() { return m_mode; }
|
||||
static JStudio::stb::TControl* getControl() { return m_control; }
|
||||
|
||||
static u16 m_branchId[1 + 3 /* padding */];
|
||||
static u8 m_system[4];
|
||||
static u8 m_control[4];
|
||||
static JStudio::stb::TControl* m_control;
|
||||
static u8 m_stage[4];
|
||||
static u8 m_audio[4];
|
||||
static u8 m_particle[4];
|
||||
@@ -32,7 +35,7 @@ struct dDemo_c {
|
||||
static u8 m_translation[4];
|
||||
static f32 m_rotationY;
|
||||
static u32 m_frameNoMsg;
|
||||
static u8 m_mode[4];
|
||||
static s32 m_mode;
|
||||
static u8 m_status[4];
|
||||
static u8 m_branchType[2 + 2 /* padding */];
|
||||
static u8 m_branchData[4];
|
||||
|
||||
Reference in New Issue
Block a user