mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 00:16:11 -04:00
Misc fixes (#2830)
* Replace DANPCF_C_HACK with a better fakematch * d_a_obj_item OK * Fix ninja diff * Misc debug/nonmatching fixes * Fix ninja diff for PAL * Fix bad PAL split
This commit is contained in:
@@ -12,24 +12,6 @@
|
||||
#include "m_Do/m_Do_lib.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
#if VERSION == VERSION_GCN_USA
|
||||
// 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
|
||||
#endif
|
||||
|
||||
/* 8015E010-8015E078 158950 0068+00 0/0 0/0 13/13 .text __ct__9dInsect_cFv */
|
||||
dInsect_c::dInsect_c() {
|
||||
m_itemId = -1;
|
||||
|
||||
Reference in New Issue
Block a user