mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 23:01:36 -04:00
1646344907
* Migrated data and rodata for code_80091750 And it even matches when built! Minor annoyances: There are some EUC-JP strings in `func_800A6E94` and `func_800A69C8` that are currently in byte form. The asm files don't get put through `icnov` so we can't have them as strings until they're parent functions are matched. `func_8009F5E0` has the symbol `D_800E7594` replaced with the actual number `0x800e7594`. The symbol in question is almost certainly fake, but I can't figure out what its meant to be. So I've hardcoded it for the time being to make the migration possible. * Fully match all the NEEDS_RODATA functions Signed-off-by: Taggerung <tyler.taggerung@email.com>