diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 15:42:14 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 15:42:14 -0500 |
commit | c2f85a5326dceb0b17618cae9947491667e9e7e7 (patch) | |
tree | 4a30c1d98c6364514e3ece3f1f278b4d1c5617bc /include/berry_crush.h | |
parent | 11ce98c7acb6287ddb43981ef54ef9f95c8feb7f (diff) |
Address review comments
Diffstat (limited to 'include/berry_crush.h')
-rw-r--r-- | include/berry_crush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/berry_crush.h b/include/berry_crush.h index 18ac6d1bd..9077b966e 100644 --- a/include/berry_crush.h +++ b/include/berry_crush.h @@ -108,7 +108,7 @@ struct BerryCrushGame_138 struct BerryCrushGame { MainCallback unk0; - u32 (* unk4)(struct BerryCrushGame *, u8 *); + u32 (*unk4)(struct BerryCrushGame *, u8 *); u8 unk8; u8 unk9; u8 unkA; |