mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
Misc fixes (#2860)
* Misc matches * Remove more old dol2asm stuff * Remove dCcS::SetMass-related fakematches No longer necessary with the PCH for some reason. * Use attention types enum in more places * Remove more dol2asm stuff * Clean up matDL_dis.py
This commit is contained in:
@@ -8,25 +8,6 @@
|
||||
#include "d/actor/d_a_npc_mk.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
extern "C" static bool daNpc_Mk_Create__FPv();
|
||||
extern "C" static bool daNpc_Mk_Delete__FPv();
|
||||
extern "C" static bool daNpc_Mk_Execute__FPv();
|
||||
extern "C" static bool daNpc_Mk_Draw__FPv();
|
||||
extern "C" static bool daNpc_Mk_IsDelete__FPv();
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* 80A73DD8-80A73DE0 000078 0008+00 1/0 0/0 0/0 .text daNpc_Mk_Create__FPv */
|
||||
static bool daNpc_Mk_Create(void* param_0) {
|
||||
return true;
|
||||
@@ -55,11 +36,11 @@ static bool daNpc_Mk_IsDelete(void* param_0) {
|
||||
/* ############################################################################################## */
|
||||
/* 80A73E08-80A73E28 -00001 0020+00 1/0 0/0 0/0 .data daNpc_Mk_MethodTable */
|
||||
static actor_method_class daNpc_Mk_MethodTable = {
|
||||
(process_method_func)daNpc_Mk_Create__FPv,
|
||||
(process_method_func)daNpc_Mk_Delete__FPv,
|
||||
(process_method_func)daNpc_Mk_Execute__FPv,
|
||||
(process_method_func)daNpc_Mk_IsDelete__FPv,
|
||||
(process_method_func)daNpc_Mk_Draw__FPv,
|
||||
(process_method_func)daNpc_Mk_Create,
|
||||
(process_method_func)daNpc_Mk_Delete,
|
||||
(process_method_func)daNpc_Mk_Execute,
|
||||
(process_method_func)daNpc_Mk_IsDelete,
|
||||
(process_method_func)daNpc_Mk_Draw,
|
||||
};
|
||||
|
||||
/* 80A73E28-80A73E58 -00001 0030+00 0/0 0/0 1/0 .data g_profile_NPC_MK */
|
||||
|
||||
Reference in New Issue
Block a user