mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
object_zo
: finalize, split and commit (#2624)
This commit is contained in:
parent
dba40d9dc3
commit
7ddd468ed6
13 changed files with 495 additions and 22 deletions
20
assets/objects/object_zo/effect_bubbles.c
Normal file
20
assets/objects/object_zo/effect_bubbles.c
Normal file
|
@ -0,0 +1,20 @@
|
|||
#include "object_zo.h"
|
||||
#include "gfx.h"
|
||||
|
||||
#define gZoraBubblesTex_WIDTH 16
|
||||
#define gZoraBubblesTex_HEIGHT 16
|
||||
u64 gZoraBubblesTex[TEX_LEN(u64, gZoraBubblesTex_WIDTH, gZoraBubblesTex_HEIGHT, 8)] = {
|
||||
#include "assets/objects/object_zo/gZoraBubblesTex.ia8.inc.c"
|
||||
};
|
||||
|
||||
Vtx gZoraBubblesModelVtx[] = {
|
||||
#include "assets/objects/object_zo/gZoraBubblesModelVtx.inc.c"
|
||||
};
|
||||
|
||||
Gfx gZoraBubblesMaterialDL[12] = {
|
||||
#include "assets/objects/object_zo/gZoraBubblesMaterialDL.inc.c"
|
||||
};
|
||||
|
||||
Gfx gZoraBubblesModelDL[3] = {
|
||||
#include "assets/objects/object_zo/gZoraBubblesModelDL.inc.c"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue