From d47ee0ab88aad3fa6d8274a7fc05d7dca763a88a Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 2 Sep 2025 15:25:01 -0400 Subject: [PATCH] Add empty placeholders to fix HIO funcs missing when linking debug version --- include/d/actor/d_a_auction.h | 2 +- include/d/actor/d_a_beam.h | 1 + include/d/actor/d_a_bk.h | 2 +- include/d/actor/d_a_dk.h | 2 +- include/d/actor/d_a_dr.h | 2 +- include/d/actor/d_a_ghostship.h | 2 +- include/d/actor/d_a_ikari.h | 2 +- include/d/actor/d_a_mozo.h | 2 +- include/d/actor/d_a_nh.h | 2 +- include/d/actor/d_a_npc_cb1.h | 1 + include/d/actor/d_a_npc_ji1.h | 2 +- include/d/actor/d_a_npc_md.h | 2 +- include/d/actor/d_a_obj_Ygush00.h | 2 +- include/d/actor/d_a_obj_canon.h | 1 + include/d/actor/d_a_obj_hfuck1.h | 2 +- include/d/actor/d_a_obj_ikada.h | 2 +- include/d/actor/d_a_obj_quake.h | 2 +- include/d/actor/d_a_obj_roten.h | 2 +- include/d/actor/d_a_tbox.h | 2 +- include/d/d_file_select.h | 2 +- include/m_Do/m_Do_hostIO.h | 12 ++++++------ src/d/actor/d_a_agb.cpp | 2 +- src/d/actor/d_a_bb.cpp | 2 +- src/d/actor/d_a_bst.cpp | 2 +- src/d/actor/d_a_btd.cpp | 1 + src/d/actor/d_a_dr2.cpp | 2 +- src/d/actor/d_a_gy_ctrl.cpp | 2 +- src/d/actor/d_a_himo2.cpp | 3 ++- src/d/actor/d_a_himo3.cpp | 2 +- src/d/actor/d_a_kamome.cpp | 2 +- src/d/actor/d_a_kamome2.cpp | 2 +- src/d/actor/d_a_kanban.cpp | 2 +- src/d/actor/d_a_ki.cpp | 2 +- src/d/actor/d_a_majuu_flag.cpp | 2 +- src/d/actor/d_a_npc_bmsw.cpp | 2 +- src/d/actor/d_a_npc_bs1.cpp | 2 +- src/d/actor/d_a_npc_btsw.cpp | 2 +- src/d/actor/d_a_npc_fa1.cpp | 2 +- src/d/actor/d_a_npc_kamome.cpp | 4 ++-- src/d/actor/d_a_npc_km1.cpp | 2 +- src/d/actor/d_a_npc_nz.cpp | 2 +- src/d/actor/d_a_npc_os.cpp | 4 ++-- src/d/actor/d_a_obj_Ygush00.cpp | 4 ---- src/d/actor/d_a_obj_ice.cpp | 2 +- src/d/actor/d_a_obj_leaves.cpp | 2 +- src/d/actor/d_a_obj_mshokki.cpp | 2 +- src/d/actor/d_a_obj_ohatch.cpp | 2 +- src/d/actor/d_a_obj_pirateship.cpp | 2 +- src/d/actor/d_a_obj_rcloud.cpp | 2 +- src/d/actor/d_a_obj_warpt.cpp | 1 + src/d/actor/d_a_pirate_flag.cpp | 2 +- src/d/actor/d_a_rd.cpp | 2 +- src/d/actor/d_a_sail.cpp | 2 +- src/d/actor/d_a_tag_kk1.cpp | 2 +- src/d/actor/d_a_ykgr.cpp | 2 +- 55 files changed, 62 insertions(+), 60 deletions(-) diff --git a/include/d/actor/d_a_auction.h b/include/d/actor/d_a_auction.h index e2a8cd156..191f85210 100644 --- a/include/d/actor/d_a_auction.h +++ b/include/d/actor/d_a_auction.h @@ -168,7 +168,7 @@ class daAuction_HIO_c : public JORReflexible { public: daAuction_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* Place member variables here */ diff --git a/include/d/actor/d_a_beam.h b/include/d/actor/d_a_beam.h index 0e06f7664..580021269 100644 --- a/include/d/actor/d_a_beam.h +++ b/include/d/actor/d_a_beam.h @@ -88,6 +88,7 @@ class daBeam_HIO_c : public JORReflexible { public: daBeam_HIO_c(); virtual ~daBeam_HIO_c() {} + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_bk.h b/include/d/actor/d_a_bk.h index ab0cdaf0f..a8c520fb2 100644 --- a/include/d/actor/d_a_bk.h +++ b/include/d/actor/d_a_bk.h @@ -226,7 +226,7 @@ public: } virtual ~bkHIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x004 */ s8 mNo; diff --git a/include/d/actor/d_a_dk.h b/include/d/actor/d_a_dk.h index 2365c9d1c..a4f6d2876 100644 --- a/include/d/actor/d_a_dk.h +++ b/include/d/actor/d_a_dk.h @@ -47,7 +47,7 @@ public: daDk_HIO_c(); virtual ~daDk_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_dr.h b/include/d/actor/d_a_dr.h index 99be10431..22c663c8e 100644 --- a/include/d/actor/d_a_dr.h +++ b/include/d/actor/d_a_dr.h @@ -31,7 +31,7 @@ public: daDr_HIO_c(); virtual ~daDr_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_ghostship.h b/include/d/actor/d_a_ghostship.h index d032471bd..17aca5cd3 100644 --- a/include/d/actor/d_a_ghostship.h +++ b/include/d/actor/d_a_ghostship.h @@ -80,7 +80,7 @@ public: daGhostship_HIO_c(); ~daGhostship_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 field_0x04; diff --git a/include/d/actor/d_a_ikari.h b/include/d/actor/d_a_ikari.h index 7ba5506cd..0cac768e2 100644 --- a/include/d/actor/d_a_ikari.h +++ b/include/d/actor/d_a_ikari.h @@ -14,7 +14,7 @@ public: } virtual ~daObjIkariHIO_c() {}; - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 unk[2]; diff --git a/include/d/actor/d_a_mozo.h b/include/d/actor/d_a_mozo.h index 268e7dbe1..daccec11f 100644 --- a/include/d/actor/d_a_mozo.h +++ b/include/d/actor/d_a_mozo.h @@ -78,7 +78,7 @@ public: daMozo_HIO_c(); virtual ~daMozo_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_nh.h b/include/d/actor/d_a_nh.h index f1ec0a518..fd6de8562 100644 --- a/include/d/actor/d_a_nh.h +++ b/include/d/actor/d_a_nh.h @@ -107,7 +107,7 @@ public: daNh_HIO_c(); virtual ~daNh_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_npc_cb1.h b/include/d/actor/d_a_npc_cb1.h index a64f41f5e..951b24f0f 100644 --- a/include/d/actor/d_a_npc_cb1.h +++ b/include/d/actor/d_a_npc_cb1.h @@ -326,6 +326,7 @@ class daNpc_Cb1_HIO_c : public JORReflexible { public: daNpc_Cb1_HIO_c(); virtual ~daNpc_Cb1_HIO_c() {} + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_npc_ji1.h b/include/d/actor/d_a_npc_ji1.h index b7e67b632..b5f06c5cf 100644 --- a/include/d/actor/d_a_npc_ji1.h +++ b/include/d/actor/d_a_npc_ji1.h @@ -283,7 +283,7 @@ public: daNpc_Ji1_HIO_c(); virtual ~daNpc_Ji1_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x004 */ s8 mNo; diff --git a/include/d/actor/d_a_npc_md.h b/include/d/actor/d_a_npc_md.h index 4afee86b3..2bc6cda85 100644 --- a/include/d/actor/d_a_npc_md.h +++ b/include/d/actor/d_a_npc_md.h @@ -94,7 +94,7 @@ public: daNpc_Md_HIO_c(); virtual ~daNpc_Md_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x004 */ s8 mNo; diff --git a/include/d/actor/d_a_obj_Ygush00.h b/include/d/actor/d_a_obj_Ygush00.h index 547ed34a2..a595c50af 100644 --- a/include/d/actor/d_a_obj_Ygush00.h +++ b/include/d/actor/d_a_obj_Ygush00.h @@ -39,7 +39,7 @@ public: daObjYgush00_HIO_c(); virtual ~daObjYgush00_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_obj_canon.h b/include/d/actor/d_a_obj_canon.h index 531a99548..c22b1dd0e 100644 --- a/include/d/actor/d_a_obj_canon.h +++ b/include/d/actor/d_a_obj_canon.h @@ -86,6 +86,7 @@ public: class daObj_Canon_HIO_c : public mDoHIO_entry_c { public: daObj_Canon_HIO_c(); + void genMessage(JORMContext*) {} public: /* 0x04 */ bool debug_draw; diff --git a/include/d/actor/d_a_obj_hfuck1.h b/include/d/actor/d_a_obj_hfuck1.h index d5079d088..7c45c4ac4 100644 --- a/include/d/actor/d_a_obj_hfuck1.h +++ b/include/d/actor/d_a_obj_hfuck1.h @@ -35,7 +35,7 @@ public: daObjHfuck1_HIO_c(); virtual ~daObjHfuck1_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_obj_ikada.h b/include/d/actor/d_a_obj_ikada.h index bfb76d450..ac2bf03fd 100644 --- a/include/d/actor/d_a_obj_ikada.h +++ b/include/d/actor/d_a_obj_ikada.h @@ -190,7 +190,7 @@ public: daObj_Ikada_HIO_c(); virtual ~daObj_Ikada_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 mbDebugDraw; diff --git a/include/d/actor/d_a_obj_quake.h b/include/d/actor/d_a_obj_quake.h index 441498fac..d4e069353 100644 --- a/include/d/actor/d_a_obj_quake.h +++ b/include/d/actor/d_a_obj_quake.h @@ -39,7 +39,7 @@ public: daObjQuake_HIO_c(); virtual ~daObjQuake_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_obj_roten.h b/include/d/actor/d_a_obj_roten.h index 22f05a561..eaf9498fc 100644 --- a/include/d/actor/d_a_obj_roten.h +++ b/include/d/actor/d_a_obj_roten.h @@ -36,7 +36,7 @@ public: daObj_Roten_HIO_c(); virtual ~daObj_Roten_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/actor/d_a_tbox.h b/include/d/actor/d_a_tbox.h index 400115ebf..6bce51ddb 100644 --- a/include/d/actor/d_a_tbox.h +++ b/include/d/actor/d_a_tbox.h @@ -138,7 +138,7 @@ public: daTbox_HIO_c(); virtual ~daTbox_HIO_c() { } - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/include/d/d_file_select.h b/include/d/d_file_select.h index 6b932c28b..1b558e9d1 100644 --- a/include/d/d_file_select.h +++ b/include/d/d_file_select.h @@ -14,7 +14,7 @@ public: dFs_HIO_c(); virtual ~dFs_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/include/m_Do/m_Do_hostIO.h b/include/m_Do/m_Do_hostIO.h index 1db57cff1..5b949f26b 100644 --- a/include/m_Do/m_Do_hostIO.h +++ b/include/m_Do/m_Do_hostIO.h @@ -29,21 +29,21 @@ public: class JOREventListener { public: #ifdef DEBUG - virtual ~JOREventListener() = 0; + virtual void listenPropertyEvent(const JORPropertyEvent*) = 0; #endif }; class JORReflexible : public JOREventListener { public: #ifdef DEBUG - JORReflexible(); + JORReflexible() {} static JORServer* getJORServer(); - virtual void listenPropertyEvent(const JORPropertyEvent*); - virtual void listen(u32, const JOREvent*); - virtual void genObjectInfo(const JORGenEvent*); + virtual void listenPropertyEvent(const JORPropertyEvent*) {} + virtual void listen(u32, const JOREvent*) {} + virtual void genObjectInfo(const JORGenEvent*) {} virtual void genMessage(JORMContext*) = 0; - virtual void listenNodeEvent(const JORNodeEvent*); + virtual void listenNodeEvent(const JORNodeEvent*) {} #endif }; diff --git a/src/d/actor/d_a_agb.cpp b/src/d/actor/d_a_agb.cpp index 009253834..21ca37f6e 100644 --- a/src/d/actor/d_a_agb.cpp +++ b/src/d/actor/d_a_agb.cpp @@ -31,7 +31,7 @@ public: daAgb_HIO_c(); virtual ~daAgb_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ J3DGXColorS10 field_0x04[2]; diff --git a/src/d/actor/d_a_bb.cpp b/src/d/actor/d_a_bb.cpp index c2f154277..27d4924ce 100644 --- a/src/d/actor/d_a_bb.cpp +++ b/src/d/actor/d_a_bb.cpp @@ -73,7 +73,7 @@ public: } virtual ~bbHIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 unk_04; diff --git a/src/d/actor/d_a_bst.cpp b/src/d/actor/d_a_bst.cpp index 983adc8ce..8eabe5d39 100644 --- a/src/d/actor/d_a_bst.cpp +++ b/src/d/actor/d_a_bst.cpp @@ -28,7 +28,7 @@ public: daBst_HIO_c(); virtual ~daBst_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x4 */ s8 field_0x4; diff --git a/src/d/actor/d_a_btd.cpp b/src/d/actor/d_a_btd.cpp index aee61f9f8..51e561306 100644 --- a/src/d/actor/d_a_btd.cpp +++ b/src/d/actor/d_a_btd.cpp @@ -27,6 +27,7 @@ class daBtd_HIO_c : public JORReflexible { public: daBtd_HIO_c(); virtual ~daBtd_HIO_c() {}; + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_dr2.cpp b/src/d/actor/d_a_dr2.cpp index dfb4ead9c..2dda7ec95 100644 --- a/src/d/actor/d_a_dr2.cpp +++ b/src/d/actor/d_a_dr2.cpp @@ -23,7 +23,7 @@ public: daDr2_HIO_c(); virtual ~daDr2_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_gy_ctrl.cpp b/src/d/actor/d_a_gy_ctrl.cpp index fa0811792..5cb550d87 100644 --- a/src/d/actor/d_a_gy_ctrl.cpp +++ b/src/d/actor/d_a_gy_ctrl.cpp @@ -25,7 +25,7 @@ public: daGy_Ctrl_HIO_c(); virtual ~daGy_Ctrl_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ u8 m04; diff --git a/src/d/actor/d_a_himo2.cpp b/src/d/actor/d_a_himo2.cpp index 90e4154da..61b2d4a65 100644 --- a/src/d/actor/d_a_himo2.cpp +++ b/src/d/actor/d_a_himo2.cpp @@ -34,7 +34,8 @@ public: m1C = 2.3f; m20 = 1.9f; } - virtual ~himo2HIO_c() {}; + virtual ~himo2HIO_c() {} + void genMessage(JORMContext*) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_himo3.cpp b/src/d/actor/d_a_himo3.cpp index d4734c134..7d3c56d2c 100644 --- a/src/d/actor/d_a_himo3.cpp +++ b/src/d/actor/d_a_himo3.cpp @@ -30,7 +30,7 @@ public: } virtual ~himo3HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_kamome.cpp b/src/d/actor/d_a_kamome.cpp index df3ceb950..5453fdab8 100644 --- a/src/d/actor/d_a_kamome.cpp +++ b/src/d/actor/d_a_kamome.cpp @@ -28,7 +28,7 @@ public: } virtual ~kamomeHIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_kamome2.cpp b/src/d/actor/d_a_kamome2.cpp index b6e969987..87d19cb48 100644 --- a/src/d/actor/d_a_kamome2.cpp +++ b/src/d/actor/d_a_kamome2.cpp @@ -22,7 +22,7 @@ public: } virtual ~kamome2HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_kanban.cpp b/src/d/actor/d_a_kanban.cpp index 50b48beb6..6116b79fc 100644 --- a/src/d/actor/d_a_kanban.cpp +++ b/src/d/actor/d_a_kanban.cpp @@ -24,7 +24,7 @@ public: daKanban_HIO_c(); virtual ~daKanban_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ f32 m04; diff --git a/src/d/actor/d_a_ki.cpp b/src/d/actor/d_a_ki.cpp index 24f06da6a..7bf1da640 100644 --- a/src/d/actor/d_a_ki.cpp +++ b/src/d/actor/d_a_ki.cpp @@ -54,7 +54,7 @@ public: } virtual ~kiHIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} /* 0x04 */ s8 mNo; /* 0x05 */ u8 m05; diff --git a/src/d/actor/d_a_majuu_flag.cpp b/src/d/actor/d_a_majuu_flag.cpp index 313a89357..733042644 100644 --- a/src/d/actor/d_a_majuu_flag.cpp +++ b/src/d/actor/d_a_majuu_flag.cpp @@ -37,7 +37,7 @@ public: m08 = 0; } - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ bool mbUseToonTex; diff --git a/src/d/actor/d_a_npc_bmsw.cpp b/src/d/actor/d_a_npc_bmsw.cpp index 0183f36ef..bdb623f68 100644 --- a/src/d/actor/d_a_npc_bmsw.cpp +++ b/src/d/actor/d_a_npc_bmsw.cpp @@ -22,7 +22,7 @@ public: daNpc_Bmsw_HIO_c(); virtual ~daNpc_Bmsw_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_npc_bs1.cpp b/src/d/actor/d_a_npc_bs1.cpp index b746656d0..ee4c69c33 100644 --- a/src/d/actor/d_a_npc_bs1.cpp +++ b/src/d/actor/d_a_npc_bs1.cpp @@ -45,7 +45,7 @@ public: daNpc_Bs1_HIO_c(); virtual ~daNpc_Bs1_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x000 */ // this.__vt diff --git a/src/d/actor/d_a_npc_btsw.cpp b/src/d/actor/d_a_npc_btsw.cpp index 502537f7e..f4d8dbcf0 100644 --- a/src/d/actor/d_a_npc_btsw.cpp +++ b/src/d/actor/d_a_npc_btsw.cpp @@ -21,7 +21,7 @@ public: daNpc_Btsw_HIO_c(); virtual ~daNpc_Btsw_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_npc_fa1.cpp b/src/d/actor/d_a_npc_fa1.cpp index 85a0ba908..ab62951c5 100644 --- a/src/d/actor/d_a_npc_fa1.cpp +++ b/src/d/actor/d_a_npc_fa1.cpp @@ -87,7 +87,7 @@ public: daNpc_Fa1_HIO_c(); virtual ~daNpc_Fa1_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_npc_kamome.cpp b/src/d/actor/d_a_npc_kamome.cpp index fbc48640a..b1f511483 100644 --- a/src/d/actor/d_a_npc_kamome.cpp +++ b/src/d/actor/d_a_npc_kamome.cpp @@ -23,7 +23,7 @@ public: daNpc_kam_HIO1_c(); virtual ~daNpc_kam_HIO1_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ f32 mSpeedF; @@ -59,7 +59,7 @@ public: daNpc_kam_HIO_c(); virtual ~daNpc_kam_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_npc_km1.cpp b/src/d/actor/d_a_npc_km1.cpp index c57ded5c4..913d28e8a 100644 --- a/src/d/actor/d_a_npc_km1.cpp +++ b/src/d/actor/d_a_npc_km1.cpp @@ -32,7 +32,7 @@ public: daNpc_Km1_HIO_c(); virtual ~daNpc_Km1_HIO_c() {}; - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_npc_nz.cpp b/src/d/actor/d_a_npc_nz.cpp index d477f9e4d..907ed9084 100644 --- a/src/d/actor/d_a_npc_nz.cpp +++ b/src/d/actor/d_a_npc_nz.cpp @@ -19,7 +19,7 @@ public: daNpc_Nz_HIO_c(); virtual ~daNpc_Nz_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x00 - vtable */ diff --git a/src/d/actor/d_a_npc_os.cpp b/src/d/actor/d_a_npc_os.cpp index 9b05c02ef..c82a619c4 100644 --- a/src/d/actor/d_a_npc_os.cpp +++ b/src/d/actor/d_a_npc_os.cpp @@ -20,7 +20,7 @@ public: daNpc_Os_HIO2_c(); virtual ~daNpc_Os_HIO2_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x00 - vtable */ @@ -43,7 +43,7 @@ public: daNpc_Os_HIO_c(); virtual ~daNpc_Os_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x00 - vtable*/ diff --git a/src/d/actor/d_a_obj_Ygush00.cpp b/src/d/actor/d_a_obj_Ygush00.cpp index d2aa6c6d5..796ce853f 100644 --- a/src/d/actor/d_a_obj_Ygush00.cpp +++ b/src/d/actor/d_a_obj_Ygush00.cpp @@ -29,10 +29,6 @@ daObjYgush00_HIO_c::daObjYgush00_HIO_c() { m06 = 0; m07 = 0; } - -void daObjYgush00_HIO_c::genMessage(JORMContext* ctx) { - ctx->genCheckBox(NULL, NULL, 0, 0, NULL, 0, 0, 0, 0); // placeholder -} #endif /* 00000078-0000009C .text solidHeapCB__14daObjYgush00_cFP10fopAc_ac_c */ diff --git a/src/d/actor/d_a_obj_ice.cpp b/src/d/actor/d_a_obj_ice.cpp index 8ab41f5cf..26d23a89a 100644 --- a/src/d/actor/d_a_obj_ice.cpp +++ b/src/d/actor/d_a_obj_ice.cpp @@ -21,7 +21,7 @@ public: daObjIce_HIO_c(); virtual ~daObjIce_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_leaves.cpp b/src/d/actor/d_a_obj_leaves.cpp index 33e334188..f48fba0e5 100644 --- a/src/d/actor/d_a_obj_leaves.cpp +++ b/src/d/actor/d_a_obj_leaves.cpp @@ -21,7 +21,7 @@ public: daObjLeaves_HIO_c(); virtual ~daObjLeaves_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_mshokki.cpp b/src/d/actor/d_a_obj_mshokki.cpp index a50167b34..8f167dcd2 100644 --- a/src/d/actor/d_a_obj_mshokki.cpp +++ b/src/d/actor/d_a_obj_mshokki.cpp @@ -19,7 +19,7 @@ public: daObjMshokki_HIO_c(); virtual ~daObjMshokki_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_ohatch.cpp b/src/d/actor/d_a_obj_ohatch.cpp index 129b6d8e1..3037f29fc 100644 --- a/src/d/actor/d_a_obj_ohatch.cpp +++ b/src/d/actor/d_a_obj_ohatch.cpp @@ -23,7 +23,7 @@ public: daObjOhatch_HIO_c(); virtual ~daObjOhatch_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_pirateship.cpp b/src/d/actor/d_a_obj_pirateship.cpp index 01767e7bb..051b8b6a4 100644 --- a/src/d/actor/d_a_obj_pirateship.cpp +++ b/src/d/actor/d_a_obj_pirateship.cpp @@ -37,7 +37,7 @@ public: } virtual ~daObjPirateShipHIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_rcloud.cpp b/src/d/actor/d_a_obj_rcloud.cpp index a6dc4f045..98be380ad 100644 --- a/src/d/actor/d_a_obj_rcloud.cpp +++ b/src/d/actor/d_a_obj_rcloud.cpp @@ -26,7 +26,7 @@ public: daObjRcloud_HIO_c(); virtual ~daObjRcloud_HIO_c() {} - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_obj_warpt.cpp b/src/d/actor/d_a_obj_warpt.cpp index e61dbfcea..3e857b828 100644 --- a/src/d/actor/d_a_obj_warpt.cpp +++ b/src/d/actor/d_a_obj_warpt.cpp @@ -21,6 +21,7 @@ class daObj_Warpt_HIO_c : public mDoHIO_entry_c { public: daObj_Warpt_HIO_c(); virtual ~daObj_Warpt_HIO_c() {} + void genMessage(JORMContext*) {} /* 0x04 */ u8 m04; /* 0x05 */ u8 m05; diff --git a/src/d/actor/d_a_pirate_flag.cpp b/src/d/actor/d_a_pirate_flag.cpp index 57efd51b3..a463861bf 100644 --- a/src/d/actor/d_a_pirate_flag.cpp +++ b/src/d/actor/d_a_pirate_flag.cpp @@ -30,7 +30,7 @@ public: mNo = -1; } - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_rd.cpp b/src/d/actor/d_a_rd.cpp index 2cd87a23e..6f57e34a0 100644 --- a/src/d/actor/d_a_rd.cpp +++ b/src/d/actor/d_a_rd.cpp @@ -26,7 +26,7 @@ public: daRd_HIO_c(); virtual ~daRd_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ dNpc_HIO_c mNpc; diff --git a/src/d/actor/d_a_sail.cpp b/src/d/actor/d_a_sail.cpp index 8bb9f7eea..2ca59ff9b 100644 --- a/src/d/actor/d_a_sail.cpp +++ b/src/d/actor/d_a_sail.cpp @@ -33,7 +33,7 @@ public: mNo = -1; } - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_tag_kk1.cpp b/src/d/actor/d_a_tag_kk1.cpp index b1bfdbe4a..cc7a6a91a 100644 --- a/src/d/actor/d_a_tag_kk1.cpp +++ b/src/d/actor/d_a_tag_kk1.cpp @@ -20,7 +20,7 @@ public: daTag_Kk1_HIO_c(); virtual ~daTag_Kk1_HIO_c() {} - void genMessage(JORMContext* ctx); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo; diff --git a/src/d/actor/d_a_ykgr.cpp b/src/d/actor/d_a_ykgr.cpp index be0e04e27..55ef3c429 100644 --- a/src/d/actor/d_a_ykgr.cpp +++ b/src/d/actor/d_a_ykgr.cpp @@ -43,7 +43,7 @@ public: #endif } - void genMessage(JORMContext*); + void genMessage(JORMContext* ctx) {} public: /* 0x04 */ s8 mNo;