mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-29 02:30:44 -04:00
Decompile smokeCreateSimple
This commit is contained in:
@@ -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);
|
||||
@@ -4568,6 +4568,10 @@ struct smoketype {
|
||||
f32 unk20;
|
||||
};
|
||||
|
||||
struct smoke {
|
||||
u32 unk00;
|
||||
};
|
||||
|
||||
struct textoverride {
|
||||
/*0x00*/ u32 unk00;
|
||||
/*0x04*/ u32 unk04;
|
||||
|
||||
Reference in New Issue
Block a user