diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-31 09:05:32 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-31 09:13:19 -0500 |
commit | 500d009b5c52345afce3dfd103113cfa77e7b262 (patch) | |
tree | e6e79db7df5723f55b725b8e86956fc74ace5c71 /include/graphics.h | |
parent | b9bf3bf0722c823e691ee74d0cab5c7aeb5fd4d7 (diff) |
Start decompiling berry_crush.c
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 7833d4f7d..e6d6ae350 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4917,8 +4917,12 @@ extern const u16 gLinkMiscMenu_Pal[]; extern const u32 gLinkMiscMenu_Gfx[]; extern const u32 gLinkMiscMenu_Tilemap[]; -// Pokeblock +// Use Pokeblock extern const u8 gPokenavConditionCancel_Gfx[]; extern const u16 gPokenavConditionCancel_Pal[]; +// Berry Crush +extern const u32 gUnknown_08DE34B8[]; +extern const u16 gUnknown_08DE3398[]; + #endif //GUARD_GRAPHICS_H |