Decompile smokeCreateSimple

This commit is contained in:
Ryan Dwyer
2020-06-12 20:37:40 +10:00
parent 69343a6abf
commit b30bfd3da7
12 changed files with 38 additions and 43 deletions
@@ -1,16 +1,16 @@
#ifndef _IN_GAME_GAME_12D3F0_H
#define _IN_GAME_GAME_12D3F0_H
#ifndef _IN_GAME_SMOKE_H
#define _IN_GAME_SMOKE_H
#include <ultra64.h>
#include "types.h"
u32 func0f12d3f0(void);
u32 func0f12e1c0(void);
struct smoke *smokeCreate(struct coord *pos, s16 *rooms, s16 type);
u32 func0f12e454(void);
u32 func0f12e5b0(void);
void func0f12e714(struct prop *prop, s32 arg1);
u32 func0f12e74c(void);
u32 func0f12e77c(void);
u32 func0f12e820(void);
struct smoke *smokeCreateSimple(struct coord *pos, s16 *rooms, s16 type);
u32 func0f12e848(void);
u32 func0f12f184(void);
u32 func0f12f230(void);
+4
View File
@@ -4568,6 +4568,10 @@ struct smoketype {
f32 unk20;
};
struct smoke {
u32 unk00;
};
struct textoverride {
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;