diff options
author | N <71219152+PokeCodec@users.noreply.github.com> | 2021-02-27 16:50:42 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2021-03-04 19:36:44 -0600 |
commit | 94a883d6006aa4dfe3e9a2990949f24c87f038ee (patch) | |
tree | c8ce67a7719436b6a1a8e73c7be720edc1f9725f | |
parent | 99c6a504e07ef2944d29e3bf1e1f5c1a175b37a1 (diff) |
Fix space
-rwxr-xr-x | src/berry_crush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_crush.c b/src/berry_crush.c index 5b49e00ae..89a0ad282 100755 --- a/src/berry_crush.c +++ b/src/berry_crush.c @@ -141,7 +141,7 @@ struct BerryCrushGame_138 struct BerryCrushGame { MainCallback unk0; - u32 (* unk4)(struct BerryCrushGame *, u8 *); + u32 (*unk4)(struct BerryCrushGame *, u8 *); u8 unk8; u8 unk9; u8 mainTask; |