* d_a_obj_dmelevator partially matching
Logic in functions should all be matching, data is not matching
* d_a_obj_dmelevator matching
* Cleaned up code in d_a_obj_dmelevator.cpp
Should make the code a bit more readable
* Further cleanup of d_a_obj_dmelevator.cpp
This should address the feedback from the pull request review
---------
Co-authored-by: ItsNiklas <nikbau2000@gmail.com>
* Decompile first laundry methods
* Cleanup setNormalClothPos
* Fix rodata and implement more functions
* Full mapping
* Move create to inline method
* Cleanup
* Mark class as equivalent
* Change rodata padding
* Rename joint members
* More renames and cleanup
* Redefine mAttr
* Cleanup
* Update includes
* Rough class structure, start of work
* First easy methods, 10% match
* Various progress, 27% match
* Progress on sekizoa, 43% match
* Progress on Sekizoa, need to pull SekiDoor changes
* First pass on all functions, 80% match
* 96% match, starting cleanup before last stretch
* Cleanup, 99% match
* Code formatting
* 100% match, builds on equivalent
* Adressed review comments
* 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
* Matching daObj_Maki_HIO_c::daObj_Maki_HIO_c()
Matched daObj_Maki_HIO_c::daObj_Maki_HIO_c() and started work on daObj_Maki_HIO_c::~daObj_Maki_HIO_c()
* more work on d_a_obj_maki
More structures defined, work on all methods, some equivalent, just missing registers
* d_a_obj_maki Matching
Final work on maki to get it to Match 100%.
* d_a_obj_maki matching
d_a_obj_maki matching | * cleanup for PR
* WIP d_event_debug
* Implemented most functions close to matching
* Removed erroneous comment in d_com_inf_game.h
* Implemented getEventP in dEvDtBase_c
* Retyped dEvLib_callback_c function returns from BOOL to bool
* Implemented getHeader, getEventList, and setDbgData in dEvent_manager_c
* Moved relevant dEvDb_* classes from d_event.h to d_event_debug.h and changed to structs
* Extended JORFile mFilename character array from 8 to 256 characters
* Implemented combo boxes and update slider functionalities in JORMContext
* Named field_0xC of JORProperyEvent as id, based on use of field in d_event_debug.cpp
* Corrected debug event tables and created missing table
* Debug tables explicitly pasted in d_event_debug.cpp to circumvent ShiftJIS not properly encoding tables via #include directive
* Change return types for implemented virtual functions of actors that inherit from dEvLib_callback_c
* Add const modifier to several d_com_inf_game functions called in d_event_debug, and change respective fields in dEvDb_bit & reg_c to be const
* d_event_debug Equivalent
* Changed configure.py entry to equivalent instead of matching
* Preliminary documentation
* Remove debug tables from d_event.cpp