mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 02:30:22 -04:00
d_a_npc_grz matching (#2664)
* initial work * Over half done * equivalent * not sure what the issue is? * matching * PR cleanup
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
#include "JSystem/J3DGraphBase/J3DMaterial.h"
|
||||
#include "Z2AudioLib/Z2Instances.h"
|
||||
|
||||
enum Event_Cut_Nums {
|
||||
/* 0x2 */ NUM_EVT_CUTS_e = 0x2,
|
||||
};
|
||||
|
||||
/* 80B93C5C-80B93C60 000054 0004+00 1/1 0/0 0/0 .bss l_HIO */
|
||||
static daNpc_zrC_Param_c l_HIO;
|
||||
|
||||
@@ -193,10 +197,6 @@ daNpc_zrC_c::EventFn daNpc_zrC_c::mEvtCutList[2] = {
|
||||
&daNpc_zrC_c::ECut_earringGet,
|
||||
};
|
||||
|
||||
enum Event_Cut_Nums {
|
||||
/* 0x2 */ NUM_EVT_CUTS_e = 0x2,
|
||||
};
|
||||
|
||||
/* 80B8DC0C-80B8DD90 0000EC 0184+00 1/1 0/0 0/0 .text __ct__11daNpc_zrC_cFv */
|
||||
daNpc_zrC_c::daNpc_zrC_c() {
|
||||
// NONMATCHING
|
||||
|
||||
Reference in New Issue
Block a user