mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-08 18:23:19 -04:00
Decompile gfxReplaceGbiCommands
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "data.h"
|
||||
#include "types.h"
|
||||
|
||||
void func0f165670(Gfx *gdl, s32 arg1, s32 arg2);
|
||||
void func0f165728(struct roomgfxdata18 *arg0, s32 arg1);
|
||||
void gfxReplaceGbiCommands(Gfx *gdl, Gfx *endgdl, s32 type);
|
||||
void gfxReplaceGbiCommandsRecursively(struct roomgfxdata18 *arg0, s32 type);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -3575,11 +3575,6 @@ struct menudialogdef {
|
||||
struct menudialogdef *nextsibling;
|
||||
};
|
||||
|
||||
struct twowords {
|
||||
u32 unk00;
|
||||
u32 unk04;
|
||||
};
|
||||
|
||||
struct surfacetype {
|
||||
u16 *sounds;
|
||||
u8 *unk04;
|
||||
|
||||
Reference in New Issue
Block a user