Decompile roomInflate

This commit is contained in:
Ryan Dwyer
2021-02-18 20:15:21 +10:00
parent b0de94741c
commit f2300bfb0b
3 changed files with 20 additions and 33 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ bool roomIsVisibleByAnyAibot(s32 room);
bool roomIsVisibleByPlayer(s32 room, u32 playernum);
bool roomIsVisibleByAibot(s32 room, u32 aibotindex);
u32 func0f15d870(void);
u32 func0f15d9a8(void);
void *roomInflate(void *src, void *dst, void *arg2);
u32 func0f15da00(void);
u32 func0f15dab4(void);
u32 func0f15dbb4(void);
+1 -1
View File
@@ -4,6 +4,6 @@
#include "data.h"
#include "types.h"
u32 func0004b170(void);
void *func0004b170(void *src, void *dst, void *arg2);
#endif