mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-19 13:35:18 +00:00
Match a bunch of overlay draw functions (#2034)
* Match a bunch of actor draw functions * Change z_demo_gt.c draw functions to take Actor* thisx
This commit is contained in:
parent
e6bc4bd8cb
commit
755604d5ff
23 changed files with 131 additions and 149 deletions
|
@ -172,7 +172,7 @@ void EnZo_UpdateEffectsSplashes(EnZo* this) {
|
|||
void EnZo_DrawEffectsRipples(EnZo* this, PlayState* play) {
|
||||
EnZoEffect* effect;
|
||||
s16 i;
|
||||
u8 materialFlag;
|
||||
s16 materialFlag;
|
||||
|
||||
effect = this->effects;
|
||||
OPEN_DISPS(play->state.gfxCtx, "../z_en_zo_eff.c", 217);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue