mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
99bb97e859
Mostly identical to MAD and PSP. There are four very different functions from US that needs to be decompiled to be 100% complete: * [x] `e_misc.c` `EntityMessageBox` * [x] `e_misc.c` `EntityRelicOrb` * [x] ~`e_stage_name.c` `StageNamePopupHelper`~ it does not exist * [x] `e_stage_name.c` `EntityStageNamePopup` These four very different functions are the only ones that use the JP text instead of the US one. This overlay also lacks of `BlitChar`. `EntityStageNamePopup` is very similar to the PSP counterpart. I used @joshlory scratch to match the HD part. `EntityRelicOrb` had some #ifdef between US and BETA (aka the MAD overlay). I found some code that crossed between BETA and HD, so I just put an `#else` after `VERSION_US`. We are starting to reconstruct how the source code originally evolved across different game builds.
0 lines
Plaintext
0 lines
Plaintext