mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-17 05:15:16 +00:00
Decompile ovl_En_Insect (#244)
* Start decompiling bugs * Decomp func_80A7BFA0 * Match 4 functions * Match a few functions, really close on another * Consolidate if statements * Progress on func_80A7C86C * Decompile a few small functions * func_80A7CEC0 still needs stack and regalloc work * Finish up func_80A7CEC0, do a couple functions * Start on func_80A7D460 * func_80A7D460 is mostly down to regalloc * Match update and draw, more work on func_80A7D460 * func_80A7D460 is really close to matching * func_80A7D460 matches * Cleanup * Run formatter * Missed reversing a couple flout comparisons * Apply suggestions from code review Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * PR Comments * PR Comments #2 * Missed one Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
e29442f1a9
commit
a982d40480
33 changed files with 770 additions and 2309 deletions
|
@ -461,6 +461,7 @@ extern u32 gUpgradeNegMasks[8];
|
|||
extern u8 gEquipShifts[4];
|
||||
extern u8 gUpgradeShifts[8];
|
||||
extern u16 gUpgradeCapacities[8][4];
|
||||
extern u32 D_8012723C[4];
|
||||
extern u32 D_8012724C[4];
|
||||
extern u32 gItemIcons[0x82];
|
||||
extern u8 gItemSlots[56];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue