1
0
Fork 0
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:
Dragorn421 2025-06-11 01:36:16 +02:00 committed by GitHub
parent dba40d9dc3
commit 7ddd468ed6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 495 additions and 22 deletions

View 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"
};