summaryrefslogtreecommitdiff
path: root/src/code_8057824_1.c
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-10-11 09:03:17 -0700
committerGitHub <noreply@github.com>2021-10-11 09:03:17 -0700
commit25794a39c3539e66d1c0b2334cb35273cd9d8494 (patch)
tree43ca3a658e80672844b2906b8cbe151ed70c3621 /src/code_8057824_1.c
parent2d4c802d769f53462a2742a5c6afaad4d7f290fb (diff)
Finish main menu decomp (#59)
* decomp rest of main_menu * move some main menu data over * decomp some more wonder mail * decomp the dungeon dialogue scene switches * more wonder mail * consolidate struct_802F204 * another wonder mail func * more wonder mail * slight cleanup
Diffstat (limited to 'src/code_8057824_1.c')
-rw-r--r--src/code_8057824_1.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/code_8057824_1.c b/src/code_8057824_1.c
index d88918f..ec518d7 100644
--- a/src/code_8057824_1.c
+++ b/src/code_8057824_1.c
@@ -259,7 +259,7 @@ extern struct DungeonEntity *sub_8083600();
extern void sub_80421C0(struct DungeonEntity *, u32);
extern void sub_8046D20();
extern void sub_808B1CC(u8);
-extern void sub_80464C8(struct DungeonEntity *, u32, struct ItemSlot *);
+extern void sub_80464C8(struct DungeonEntity *, u32 *, struct ItemSlot *);
extern void sub_8098044(u32);
extern void PlaySoundEffect(u32);
extern void sub_8085C54(u32, u32, u32, u32, u32);
@@ -3092,7 +3092,7 @@ void sub_808ADCC(void)
}
}
-void sub_808AE54(char param_1,char param_2,u32 param_3)
+void sub_808AE54(char param_1,char param_2,u32 *param_3)
{
struct DungeonEntity * uVar3;
u8 auStack24 [4];
@@ -3115,7 +3115,7 @@ void sub_808AE54(char param_1,char param_2,u32 param_3)
}
-void sub_808AEC8(char param_1,char param_2,u32 param_3)
+void sub_808AEC8(char param_1,char param_2,u32 *param_3)
{
struct DungeonEntity * uVar3;
u8 auStack24 [4];
@@ -3137,7 +3137,7 @@ void sub_808AEC8(char param_1,char param_2,u32 param_3)
}
}
-void sub_808AF3C(char param_1,char param_2,u32 param_3)
+void sub_808AF3C(char param_1,char param_2,u32 *param_3)
{
struct DungeonEntity * uVar3;
u8 auStack24 [4];