summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-04-21 17:08:00 +0200
committerGitHub <noreply@github.com>2024-04-21 08:08:00 -0700
commit202737c1f0e252059f16a45dcda0c8a7b3dde78c (patch)
tree29625318bde9f28374ed17ba5a2b9d649f900ccf /include
parent30aaa1356fb359c25963fc1d2384a2a928bde32d (diff)
m_scene_ftr OK (#176)
* 1 byte off.. * m_scene_ftr OK * newline * warnings
Diffstat (limited to 'include')
-rw-r--r--include/6E3240.h (renamed from include/6E30B0.h)9
-rw-r--r--include/m_scene_ftr.h16
2 files changed, 18 insertions, 7 deletions
diff --git a/include/6E30B0.h b/include/6E3240.h
index 62b8c17..663ee20 100644
--- a/include/6E30B0.h
+++ b/include/6E3240.h
@@ -1,16 +1,11 @@
-#ifndef C_6E30B0_H
-#define C_6E30B0_H
+#ifndef C_6E3240_H
+#define C_6E3240_H
#include "ultra64.h"
struct Game;
struct Game_Play;
-// void func_800BF410_jp();
-// void func_800BF480_jp();
-void mScn_ObtainCarpetBank(struct Game_Play*);
-// void func_800BF56C_jp();
-void mScn_ObtainMyRoomBank(struct Game_Play*);
// void func_800BF5A0_jp();
// void func_800BF5F4_jp();
// void func_800BF770_jp();
diff --git a/include/m_scene_ftr.h b/include/m_scene_ftr.h
new file mode 100644
index 0000000..10b4c11
--- /dev/null
+++ b/include/m_scene_ftr.h
@@ -0,0 +1,16 @@
+#ifndef M_SCENE_FTR_H
+#define M_SCENE_FTR_H
+
+#include "ultra64.h"
+#include "other_types.h"
+
+struct Game_Play;
+struct ObjectExchangeBank;
+
+void mScn_Dma2Bank(struct ObjectExchangeBank* exchange, s32 id, RomOffset vrom, size_t size);
+void mScn_KeepMyRoomBankNew(struct ObjectExchangeBank* exchange, s16 id, size_t size);
+void mScn_ObtainCarpetBank(struct Game_Play*);
+s32 mScn_ObtainFurnitureBank(struct Game_Play* play, s32 bank);
+void mScn_ObtainMyRoomBank(struct Game_Play*);
+
+#endif