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 | |
parent | 11ce98c7acb6287ddb43981ef54ef9f95c8feb7f (diff) |
Address review comments
Diffstat (limited to 'include')
-rw-r--r-- | include/berry_crush.h | 2 | ||||
-rw-r--r-- | include/strings.h | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/include/strings.h b/include/strings.h index 2587d7008..c812e991a 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1148,7 +1148,7 @@ extern const u8 gUnknown_841DF92[]; extern const u8 gUnknown_841DF99[]; extern const u8 gUnknown_841DFA0[]; -// berry_cursh +// berry_crush extern const u8 gUnknown_841CE3C[]; extern const u8 gUnknown_841CE78[]; extern const u8 gUnknown_841CEA8[]; |