diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 10:42:00 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-01-11 10:42:00 -0500 |
commit | fde18b47746b577c4d2037ab065ce66062da2a67 (patch) | |
tree | f864ca1623489fced841745e1da5c83fe82e89b8 /include | |
parent | 0a78cb5c9edf7d6b39297a5b4c874d59c6a69b39 (diff) |
Fix berry crusher graphics name
Diffstat (limited to 'include')
-rw-r--r-- | include/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index c072babf3..7b29a70b7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -5002,7 +5002,7 @@ extern const u16 gUsePokeblockCondition_Pal[]; // Berry Crush extern const u32 gBerryCrush_Crusher_Gfx[]; extern const u16 gBerryCrush_Crusher_Pal[]; -extern const u32 gBerryCrush_Crusher_Tilemap[]; +extern const u32 gBerryCrush_TextWindows_Tilemap[]; // Pokenav extern const u32 gPokenavMessageBox_Gfx[]; |