* 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
* 99% match
* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.
* Equivalent. Weak func ordering.
* 7% text
* 28% text
* 41% text
* 65% text
* Rewrote _execute to increase accuracy. Only issue in .text is a label not loading correctly. I have no idea how to fix this.
* Equivalent. Weak func ordering.
* 82% text
* Equivalent. A lot of work is needed to name variables and clean up functions. Weak function ordering is wrong.
* Cleaned some functions, named several variables, and began documenting dialog tree.
* Naming a couple more variables
* 21% text
* change out getMySubstanceP for getMyIntegerP inline
* 100% text
* Refactor to use JUT_ASSERT macro
* Revert merges
* Revert "Merge branch 'main' into d_a_npc_km1"
This reverts commit 9ebc35f76b, reversing
changes made to b8807b2f50.
* Revert merges
* Revert "Merge branch 'main' into d_a_npc_km1"
This reverts commit 9ebc35f76b, reversing
changes made to b8807b2f50.
* Undo file changes
* Revert "Undo file changes"
This reverts commit 5bcc47fcd4.
* a couple more reverts
* Should be done with reverts
* revert configure.py
* Implement LagoLunatic's suggested changes
* add endif to allow demo to build
It's not completely consistent, but it seems like the majority used `bool`, and only a handful used `BOOL`. So I switched all of them to `bool` except for 13 TUs that stopped matching when changed like this.