mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 14:20:11 +00:00
Add every unreserved object in an automated way (#805)
* it's crashing * fix stuff * fix xmls * problematic objects * fix tabs * Fix suffixes * add missing new lines * Add comments to the problematic objects * Find and replace fixes * Add Fig's objects * I forgot to add a Name in a cutscene, so I'm adding it here * Update object decomp tutorial a little bit * Update problematic objects * Update docs/tutorial/object_decomp.md Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Change comments * comment out a few blobs * dammit tluts * Change a bunch of objects * update the last bunch * update comments on oA11 and oB2 * Ninja-edit to fix compatibility with ZAPD's PR 142 Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
This commit is contained in:
parent
ea703138bb
commit
4d5d1fd079
153 changed files with 5845 additions and 201 deletions
|
@ -237,10 +237,4 @@ static ColliderJntSphInit sJntSphInit = {
|
|||
|
||||
static Vec3f sUnkZeroVec = { 0.0f, 0.0f, 0.0f };
|
||||
|
||||
static u64 sLavaFloorLavaTex[] = {
|
||||
#include "assets/overlays/ovl_Boss_Dodongo/lava_floor_lava.rgb5a1.inc.c"
|
||||
};
|
||||
|
||||
static u64 sLavaFloorRockTex[] = {
|
||||
#include "assets/overlays/ovl_Boss_Dodongo/lava_floor_rock.rgb5a1.inc.c"
|
||||
};
|
||||
#include "overlays/ovl_Boss_Dodongo/ovl_Boss_Dodongo.c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue