mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-09 00:00:44 +00:00
Commit objects 1: tp
, triforce_spot
, umajump
, vase
, yukabyun
, zg
(#2634)
* commit object_zg * commit object_yukabyun * commit object_vase * commit object_umajump * commit object_triforce_spot * commit object_tp * fixup1 * format
This commit is contained in:
parent
affb39624f
commit
6234d7f2aa
17 changed files with 357 additions and 10 deletions
18
assets/objects/object_vase/gUnusedVaseDL.c
Normal file
18
assets/objects/object_vase/gUnusedVaseDL.c
Normal file
|
@ -0,0 +1,18 @@
|
|||
#include "object_vase.h"
|
||||
#include "gfx.h"
|
||||
|
||||
Gfx gUnusedVaseDL[52] = {
|
||||
#include "assets/objects/object_vase/gUnusedVaseDL.inc.c"
|
||||
};
|
||||
|
||||
Vtx gUnusedVaseVtx[] = {
|
||||
#include "assets/objects/object_vase/gUnusedVaseVtx.inc.c"
|
||||
};
|
||||
|
||||
u64 gUnusedVaseBodyTex[TEX_LEN(u64, gUnusedVaseBodyTex_WIDTH, gUnusedVaseBodyTex_HEIGHT, 16)] = {
|
||||
#include "assets/objects/object_vase/gUnusedVaseBodyTex.rgba16.inc.c"
|
||||
};
|
||||
|
||||
u64 gUnusedVaseTopTex[TEX_LEN(u64, gUnusedVaseTopTex_WIDTH, gUnusedVaseTopTex_HEIGHT, 16)] = {
|
||||
#include "assets/objects/object_vase/gUnusedVaseTopTex.rgba16.inc.c"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue