* anm_init and nodeCallBack, need to review nodeCallBack as weird code
* First pass on class, 86% match
* Cleanup for PR, still work to do
* Solve error after pull
* Clangd format
* Adressing PR comments
* Update l_HIOInit
* Fix debug building, 60% match on debug :')
* initial work
* All but one function equivalent
* Missed comment that needed to be removed
* initial work
* got to CreateHeap
* d_a_obj_lv6bemos almost equivalent
* Tiny start on d_a_obj_gra2
* Initial work
* Solid work done
* More work
* work on some rolling functions and deme camera
* Almost all functions worked on
* All functions worked on
* Fixed some BaseNpc functions I broke
* PR Cleanup
* PR cleanup part 2
* Worked on create function
* Worked up to search_bomb
* Work on various action functions
* Almost all functions worked on
* d_a_e_mf equivalent
* Started copying over to d_a_e_dn
* d_a_e_dn almost equivalent, e_mf cleanup
* somehow accidentally took out something from gra2 in a previous commit
* Fixed data layout issue in d_a_e_dn
* PR cleanup
* Took out fopen_enemy_c inheritance
* d_save debug cleanup / d_s_menu debug
* gameinfo / kankyo struct debug fixes
* pal building ok
* jp building ok
* some tests with jp
* some more pal/jp tests
* Started work on d_a_b_mgn
* Finished some of the smaller functions
* A lot of work on the set_Effect methods
* Work on CreateHeap
* Work on calcBloodMove
* Work on setHideSmokeEffect and _delete
* damage_check at 50%
* demo_skip 94% matching
* Work on some execute functions and a couple others
* Worked on last few functions and general cleanup
* Cleanup for pull request
* Last few pr review comments addressed
* Fix missing arg to JUT_ASSERT
* Fix some MWCC version diff errors
* Compile m_Do_ext, d_demo, actor_mng
* Add VSCode task to quickly switch between versions
* Unlink magLift for debug
* Update the hash of the debug dol
The old cbea5fa... hash here was for the dol generated by the alf2dol.py script, which produces incorrect alignment.
The dol with the new hash can be obtained by using `dtk elf2dol` to convert the debug .alf file to a dol.
The DOL now builds OK.
* Fix all debug REL dtor splits
All RELs now also build OK, meaning `ninja build/ShieldD/ok` now succeeds.
* Add genMessage declarations to all HIO subclasses
* Fixing more compilation errors
* m_Do_mtx 100% on debug
Cannot be linked due to weak function name mangling?
* Improve various matches
* Fix all remaining compilation errors
* Fix new compilation errors from main
* Fix retail regression
* Link f_pc_profile_lst
* work on b_zant
* zant work
* more zant work
* all b_zant functions done
* some doc work
* some more doc work
* d_a_b_zant linked
* fix d_a_b_zant_magic issue