diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2020-08-16 14:57:09 -0500 |
|---|---|---|
| committer | Marcus Huderle <huderlem@gmail.com> | 2020-08-16 14:57:09 -0500 |
| commit | 2e782891124bbd71e1d2b4a59eb116aeac2cb6ca (patch) | |
| tree | 5648fc0bef09c0e4443bae0a1316a1facb00c7ed /src/code_0807CC3C.c | |
| parent | 79cb86022ecd20cb3696588c634ecfd29b0dd08b (diff) | |
Start decompiling chooseFile.c
Diffstat (limited to 'src/code_0807CC3C.c')
| -rw-r--r-- | src/code_0807CC3C.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code_0807CC3C.c b/src/code_0807CC3C.c index e0cbbe90..45f67fd8 100644 --- a/src/code_0807CC3C.c +++ b/src/code_0807CC3C.c @@ -35,10 +35,10 @@ u32 sub_0807CDE8(u32 arg0) { sub_0805616C(); switch (arg0) { case 0: - temp = sub_0807CF08(gUnk_02000000->saveFile, gUnk_02002A40.filler0); + temp = sub_0807CF08(gUnk_02000000->saveFileId, gUnk_02002A40.filler0); break; case 1: - sub_0807CF48(gUnk_02000000->saveFile); + sub_0807CF48(gUnk_02000000->saveFileId); temp = 1; break; case 2: @@ -113,7 +113,7 @@ u32 sub_0807CF1C(u8* arg0) { return sub_0807CF88(5, arg0); } -u32 sub_0807CF28(u32 arg0, void* arg1) { +int sub_0807CF28(u32 arg0, SaveFile* arg1) { return sub_0807D008(arg0, arg1); } |
