mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Decompiled and documentedKarebaba (withered Deku Baba enemy), all functions OK (#391)
* Renamed functions based on decomp * Update function name changes * Karebaba decomp and documentation with one non-matching function * Cleaned up some messiness * Forgot a file * Addressing code review * Updated based on code review * Unnecessary define * This function is going down * Removed remaining asm, renamed symbols as recommended, and added comments to give context around the display lists * Forgot a file * Fix renamed function * Addressed issues raised in code review * Minor cleanup * Addressed issues identified in code review * Addressed the issues betterer * Updated to use poly disp macros * review 2 Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
3cfafb2574
commit
cbb0c6da06
32 changed files with 495 additions and 1752 deletions
|
@ -1539,6 +1539,15 @@ D_060089E0 = 0x060089E0;
|
|||
D_06003CE0 = 0x06003CE0;
|
||||
D_060037B8 = 0x060037B8;
|
||||
|
||||
// z_en_karebaba
|
||||
D_060002B8 = 0x060002B8;
|
||||
D_060010F0 = 0x060010F0;
|
||||
D_06001330 = 0x06001330;
|
||||
D_06001628 = 0x06001628;
|
||||
D_06001828 = 0x06001828;
|
||||
D_06002A40 = 0x06002A40;
|
||||
D_06003070 = 0x06003070;
|
||||
|
||||
// z_en_niw
|
||||
D_06002530 = 0x06002530;
|
||||
D_060000E8 = 0x060000E8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue