diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-27 19:05:33 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-04-27 19:05:33 -0400 |
| commit | fdbac96f9a868ce2defe1b1b9b01e07e182212ac (patch) | |
| tree | c9929bdf7164f537b5f350035901fba92082a483 /src/d/d_com_static.cpp | |
| parent | ddbb24ba066f9e8c29718870678c7dda92a9f798 (diff) | |
Demo work
Diffstat (limited to 'src/d/d_com_static.cpp')
| -rw-r--r-- | src/d/d_com_static.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_com_static.cpp b/src/d/d_com_static.cpp index f5ed2286..a208f04a 100644 --- a/src/d/d_com_static.cpp +++ b/src/d/d_com_static.cpp @@ -448,12 +448,14 @@ void daTagKbItem_c::dig_main() { field_0x299 = 0; } +#if VERSION > VERSION_DEMO bool daTitle_proc_c::daTitle_Kirakira_Sound_flag = true; /* 80056CC0-80056CCC .text daTitle_Kirakira_Sound_flag_on__14daTitle_proc_cFv */ void daTitle_proc_c::daTitle_Kirakira_Sound_flag_on() { daTitle_Kirakira_Sound_flag = true; } +#endif /* 80056CCC-80056DE0 .text daiItemNodeCallBack__13daStandItem_cFP7J3DNodei */ BOOL daStandItem_c::daiItemNodeCallBack(J3DNode* node, int calcTiming) { |
