1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +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,10 @@
#include "object_zo.h"
#include "assets/objects/gameplay_keep/gameplay_keep.h"
Gfx gZoraRipplesMaterialDL[13] = {
#include "assets/objects/object_zo/gZoraRipplesMaterialDL.inc.c"
};
Gfx gZoraRipplesModelDL[3] = {
#include "assets/objects/object_zo/gZoraRipplesModelDL.inc.c"
};