diff options
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[]; |