diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 16:13:55 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-07 16:13:55 -0400 |
| commit | cf210f963b877cdafeb269179dbdeffa8958fe7e (patch) | |
| tree | b76e3310fd75878a59925a2765db07ab8939b333 /src/d/actor/d_a_obj_bemos.cpp | |
| parent | e1f5b7e23b2a37da369e8ce5800149632887eec4 (diff) | |
Add helper macros to simplify fopAcM_ct-related version differences
Diffstat (limited to 'src/d/actor/d_a_obj_bemos.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_bemos.cpp | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/d/actor/d_a_obj_bemos.cpp b/src/d/actor/d_a_obj_bemos.cpp index 309cba09..74d5838e 100644 --- a/src/d/actor/d_a_obj_bemos.cpp +++ b/src/d/actor/d_a_obj_bemos.cpp @@ -474,19 +474,12 @@ cPhs_State daBemos_c::CreateInit() { /* 00003F90-0000403C .text _create__9daBemos_cFv */ cPhs_State daBemos_c::_create() { -#if VERSION == VERSION_DEMO + fopAcM_ct_Retail(this, daBemos_c); cPhs_State ret = dComIfG_resLoad(&mPhase, m_arcname); m6B8 = fopAcM_GetParam(this) >> 0x1C; -#else - fopAcM_ct(this, daBemos_c); - cPhs_State ret = dComIfG_resLoad(&mPhase, m_arcname); - m6B8 = fopAcM_GetParam(this) >> 0x1C; -#endif if (ret == cPhs_COMPLEATE_e) { -#if VERSION == VERSION_DEMO - fopAcM_ct(this, daBemos_c); -#endif + fopAcM_ct_Demo(this, daBemos_c); static s32 SHeapSize[] = {0x1740, 0x1E00, 0xBA0}; if (fopAcM_entrySolidHeap(this, CheckCreateHeap, SHeapSize[m6B8])) { |
