diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:30:10 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-27 21:30:10 +0200 |
commit | a46463e4c6ca40cfc96dd47a7a28c11275a22ea6 (patch) | |
tree | 9650e92bbc70f0729119edb2346cc3c931f95d21 /arm9/src/unk_020051F4.c | |
parent | 68d7aa47cc52ef822220e0e35890863d7cad479f (diff) |
decompile unk_02005CFC.s
Diffstat (limited to 'arm9/src/unk_020051F4.c')
-rw-r--r-- | arm9/src/unk_020051F4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/src/unk_020051F4.c b/arm9/src/unk_020051F4.c index 6da250d5..64cab171 100644 --- a/arm9/src/unk_020051F4.c +++ b/arm9/src/unk_020051F4.c @@ -14,7 +14,7 @@ extern void NNS_SndPlayerStopSeqAll(u32); extern void NNS_SndPlayerStopSeq(u32 *, u32); extern void NNS_SndPlayerSetTrackPan(u32 *, u32, u32); extern u32 FUN_02005D48(u32, u32, u32, u32); -extern void FUN_02005E80(u32); +extern void FUN_02005E80(u8); extern void FUN_02005DFC(); extern void *FUN_0201B6C8(u32 *); |