mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-28 23:15:32 -04:00
d_a_obj_item done (#2150)
* d_a_obj_item 99% done * item cleanup * remove asm * add actor attention dist type enum * change dist_entry names slightly
This commit is contained in:
@@ -6,6 +6,23 @@
|
||||
#include "d/d_insect.h"
|
||||
#include "d/menu/d_menu_insect.h"
|
||||
#include "m_Do/m_Do_lib.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
// This is a HACK to get d_insect data at correct address due to
|
||||
// issues with the d_a_obj_item vtable. TODO: fix daItem_c vtable
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
SECTION_DATA extern void* __vt__8daItem_c__HACK[] = {
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
};
|
||||
#pragma pop
|
||||
|
||||
/* 8015E010-8015E078 158950 0068+00 0/0 0/0 13/13 .text __ct__9dInsect_cFv */
|
||||
dInsect_c::dInsect_c() {
|
||||
|
||||
Reference in New Issue
Block a user