mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
d_a_arrow work (#2139)
* WIP commit, about halfway done * More progress, fixed up some issues * Most functions match, minor issues in draw/create, dtor needs particle work * Forgot to remove NONMATCHING define --------- Co-authored-by: GinNoOokami <noreply>
This commit is contained in:
co-authored by
GinNoOokami <noreply>
parent
9e80bf0d84
commit
c163dc9ed3
+1280
-130
File diff suppressed because it is too large
Load Diff
@@ -99,37 +99,6 @@ struct daPy_py_c {
|
||||
static u8 m_midnaActor[4];
|
||||
};
|
||||
|
||||
struct daE_PZ_c {
|
||||
/* 807585BC */ void draw();
|
||||
/* 80758800 */ void setBck(int, u8, f32, f32);
|
||||
/* 807588AC */ void setActionMode(int, int);
|
||||
/* 807588B8 */ void mEntrySUB(bool);
|
||||
/* 80758A94 */ void mPzScaleSet(bool);
|
||||
/* 80758BA0 */ void mEnemyScaleSet();
|
||||
/* 80758D44 */ void getCutType();
|
||||
/* 80758DA4 */ void mSetFirePos();
|
||||
/* 80758E04 */ void damage_check();
|
||||
/* 807592F4 */ void executeSearchPoint();
|
||||
/* 807593CC */ void executeOpeningDemo();
|
||||
/* 8075B7E0 */ void mPointerSet();
|
||||
/* 8075B970 */ void executeWait();
|
||||
/* 8075C6AC */ void executeAttack();
|
||||
/* 8075CB80 */ void executeDamage();
|
||||
/* 8075CE68 */ void executeDead();
|
||||
/* 8075D94C */ void executeSummonsBullet();
|
||||
/* 8075F0BC */ void executeBullet();
|
||||
/* 8075F3A8 */ void action();
|
||||
/* 8075F510 */ void action_fire();
|
||||
/* 8075F578 */ void fire_mtx_set();
|
||||
/* 8075F734 */ void mtx_set();
|
||||
/* 8075F7E8 */ void cc_set();
|
||||
/* 8075F964 */ void execute();
|
||||
/* 8075FA88 */ void _delete();
|
||||
/* 8075FB4C */ void CreateHeap();
|
||||
/* 8076010C */ void create();
|
||||
/* 807607EC */ daE_PZ_c();
|
||||
};
|
||||
|
||||
struct daE_PZ_HIO_c {
|
||||
/* 8075856C */ daE_PZ_HIO_c();
|
||||
/* 80760C60 */ ~daE_PZ_HIO_c();
|
||||
|
||||
Reference in New Issue
Block a user