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:
parent
dba40d9dc3
commit
7ddd468ed6
13 changed files with 495 additions and 22 deletions
10
assets/objects/object_zo/effect_ripples.c
Normal file
10
assets/objects/object_zo/effect_ripples.c
Normal 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"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue