diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-02-08 16:03:53 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-02-08 16:03:53 -0500 |
commit | de95a703b0350996ca26f245392c3a1dae34ea63 (patch) | |
tree | b9737d91ea96c51c1d09ad3a071092acdd76ddf5 /include/graphics.h | |
parent | caf5d136b97c17c614d7186a5524d6ea7a1b142b (diff) | |
parent | 387dbf48d0bbb22dc16158a1ee0d373c166c8438 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into decompile_item_menu
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 0635ef5cc..39662c8c1 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2713,4 +2713,10 @@ extern const u8 gRaySceneHushBg_Pal[]; extern const u8 gRaySceneHushBg_Gfx[]; extern const u8 gRaySceneHushRing_Gfx[]; +//menu graphics +extern const u16 gFireRedMenuElements1_Pal[16]; +extern const u16 gFireRedMenuElements2_Pal[16]; +extern const u16 gFireRedMenuElements3_Pal[16]; +extern const u8 gFireRedMenuElements_Gfx[]; + #endif //GUARD_GRAPHICS_H |