diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-05 15:49:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-08-05 15:49:05 -0400 |
commit | 1f62caae43888293be59bb6342be6b13af838bfa (patch) | |
tree | 54b6caa37ee74cd7f5393965c8e03759f624bd33 /src/pokenav_unk_5.c | |
parent | 195137b001d7e985d18c40b26f160de08dccb5fa (diff) |
Some cleanup
Diffstat (limited to 'src/pokenav_unk_5.c')
-rwxr-xr-x | src/pokenav_unk_5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokenav_unk_5.c b/src/pokenav_unk_5.c index c4e4f38ce..5226a34b3 100755 --- a/src/pokenav_unk_5.c +++ b/src/pokenav_unk_5.c @@ -194,7 +194,7 @@ void sub_81CC524(void) u32 sub_81CC554(void) { struct Pokenav5Struct *state = GetSubstructPtr(3); - state->unk10(state); + return state->unk10(state); } static u32 sub_81CC568(struct Pokenav5Struct *state) |