diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-06-18 01:05:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-18 11:05:44 +0300 |
| commit | 0a899a404e78020c3fc5a3669a5f30a93a82a13e (patch) | |
| tree | b0edc7204ea134fdfbc7d6c23ad0a14874a46735 /src/d/d_insect.cpp | |
| parent | 23cba4d117cc34f4fafce838eed8cef103fce79c (diff) | |
fix GC JPN dol splits / d_a_npc_prayer mostly done (#2488)
* jmessage cleanup pass
* more JMessage cleanup
* d_msg_class cleanup
* fix a bunch of gc jpn dol splits
* d_a_npc_prayer pretty much equivalent
Diffstat (limited to 'src/d/d_insect.cpp')
| -rw-r--r-- | src/d/d_insect.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_insect.cpp b/src/d/d_insect.cpp index f99b6af124..af8fae97b5 100644 --- a/src/d/d_insect.cpp +++ b/src/d/d_insect.cpp @@ -9,6 +9,7 @@ #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 @@ -24,6 +25,7 @@ SECTION_DATA extern void* __vt__8daItem_c__HACK[] = { NULL, }; #pragma pop +#endif /* 8015E010-8015E078 158950 0068+00 0/0 0/0 13/13 .text __ct__9dInsect_cFv */ dInsect_c::dInsect_c() { |
