diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-04-30 04:30:27 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-04-30 04:30:27 -0400 |
commit | cf188406f006750ec7206e3dd2a6818c767729eb (patch) | |
tree | 865928539f41e0f27ebcce5ea91ca4ea538dfb90 /arm9/src/unk_0204AEA8.c | |
parent | a5d801dade0c8766f950f64fde5536fc36ce8509 (diff) |
Fix a bunch of function signatures
A bunch of functions were thought to be returning/taking in an
unk_204639c but they actually return/take an unksavstruct80. This fixes
that, and also changes a couple of struct members, so this might be
useful for scrcmd.
Diffstat (limited to 'arm9/src/unk_0204AEA8.c')
-rw-r--r-- | arm9/src/unk_0204AEA8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/src/unk_0204AEA8.c b/arm9/src/unk_0204AEA8.c index 9c572a8e..a2b2dd71 100644 --- a/arm9/src/unk_0204AEA8.c +++ b/arm9/src/unk_0204AEA8.c @@ -3,12 +3,12 @@ #include "unk_0204639C.h" #include "unk_0204AEA8.h" -extern void MOD05_021E3444(u32, struct UnkStruct_0204639C *, u32); +extern void MOD05_021E3444(u32, struct UnkSavStruct80 *, u32); extern void FUN_0200433C(u32, u16, u32); THUMB_FUNC BOOL FUN_0204AEA8(struct UnkStruct_0204639C *a0) { - struct UnkStruct_0204639C *v0 = FUN_02046528(a0); + struct UnkSavStruct80 *v0 = FUN_02046528(a0); u32 *v1 = FUN_0204652C(a0); switch (v1[0]) |