* daNpc_Cb1_c Almost OK
Down to regswaps/minor instruction issues
* Oops
That inline was fake
* Some Cleanup
- Fill in more inlines
- Reorganize daNpc_Cb1_c inlines
- Use inlines more
- Some naming and typing consistency
* Naming, Consistency Tweaks
- TRUE/FALSE macros for all cases of BOOL, use int -> BOOL sometimes
- Rename HIO to be consistent with other NPCs
- Animation enum
* Some HIO Names
* Clarity Tweaks
- NULL in more asserts
- Squared constants
* Match up d_a_npc_bmsw to 98%
* Remove old nonmatching comments
* Match MailCreateInit by using a static cast
* Match Throw and daNpc_Bmsw_getGameEndMsg
* Match CreateInit using demo for ref
* Fix inline for dComIfG_TimerStart
* Match shiwake_game_action
* Match getNextNo
* Mark Equivalent
* Demo work
* Fix PAL
* Fix d_door weak func order and link it
* Fix d_door for demo
* JKernel OK on demo + misc
* tag_attention 100% on demo
* More demo work and fix some retail fakematches
* Start matching up d_a_bst
* Commit more progress on d_a_bst
* Match up more functions
* Match up stay function
* Remove some questionable names
* Match fly and some attack functions
* Match collider data
* Address feedback from review
* Fix no-op actor calls and match some functions better
* initial progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* more progress
* symbol cleanup
* more progress
* more progress
* d_a_ks 100%
* more symbol cleanup
* likely real-match for `useHeapInit`
* removed `csXyz` type from class member
* changed int to BOOL for `HEAVY_IN`
* documented matching issue
* PR changes
* Bit of Figurine Work
Not super complete, was just poking around to figure a few things out
* Fix Build
I really need to stop having this every single time
* Roten Work
- daNpcRoten_c almost matching
- daObj_Roten_c OK
I don't think these are actually related but they had the same name so I put them together
* Minor Cleanup