[ntsc-1.2] Match z_demo.c, z_eff_blure.c, z_eff_spark.c (#2096)

* Match z_demo.c

* Match z_eff_blure.c

* Match z_eff_spark.c (fake inc.)

* review

* improve EffectSpark_Draw match

Co-authored-by: cadmic <cadmic24@gmail.com>

* cleanup

* fix merge

* review

* better match EffectBlure_DrawSimpleVertices (ty cadmic)

* review

* rm unneeded include versions.h

---------

Co-authored-by: cadmic <cadmic24@gmail.com>
This commit is contained in:
Dragorn421
2024-08-30 00:23:01 +02:00
committed by GitHub
parent a63f0a63b5
commit dc964931c2
4 changed files with 123 additions and 110 deletions
+2
View File
@@ -34,6 +34,8 @@ typedef struct n64ddStruct_80121AF0 {
char unk_48[0x24];
void (*unk_6C)(struct PlayState*, SceneDrawConfigFunc*);
s32 (*unk_70)(DmaRequest* req, void* ram, uintptr_t vrom, size_t size, u32 unk, OSMesgQueue* queue, OSMesg msg);
char unk_74[4];
s32 (*unk_78)(struct PlayState*, void*, void*);
} n64ddStruct_80121AF0; // size = ?
void func_800ADA80(void);