diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-29 12:38:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 12:38:16 -0400 |
commit | c40fb9288cf02f2cba1b72c7377d6272a0eef6f2 (patch) | |
tree | 96579246478b851117df7c544eb6a7253136bed8 /include/graphics.h | |
parent | 731a4420353869e3d7e3b4a6e375a2234ee9169f (diff) | |
parent | 22e2c0a47ca876313604f0dd031abb324477186f (diff) |
Merge pull request #1378 from GriffinRichards/doc-berrycrush
Document Berry Crush
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/graphics.h b/include/graphics.h index b1a781fff..9be05f38e 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -5001,9 +5001,9 @@ extern const u16 gUsePokeblockUpDown_Pal[]; extern const u16 gUsePokeblockCondition_Pal[]; // Berry Crush -extern const u32 gUnknown_08DE34B8[]; -extern const u16 gUnknown_08DE3398[]; -extern const u32 gUnknown_08DE3FD4[]; +extern const u32 gBerryCrush_Crusher_Gfx[]; +extern const u16 gBerryCrush_Crusher_Pal[]; +extern const u32 gBerryCrush_Crusher_Tilemap[]; // Pokenav extern const u32 gPokenavMessageBox_Gfx[]; |