1
0
Fork 0
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:
cadmic 2024-08-12 10:42:53 -07:00 committed by GitHub
parent e6bc4bd8cb
commit 755604d5ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 131 additions and 149 deletions

View file

@ -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);