diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-28 17:22:26 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2021-02-28 17:11:46 -0600 |
commit | 031da44cab0d99210aff87533333d59a71a0b85f (patch) | |
tree | 4b5dcbd73cfb4a6006bfdb2b7e41ecf1b0ee9990 /include/graphics.h | |
parent | 8bfd1370c9ccbbbd0555f3bccde0cf4b8c272c28 (diff) |
Document mon markings
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/graphics.h b/include/graphics.h index 0057563c4..b1a781fff 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4015,8 +4015,6 @@ extern const u32 gPokenavCondition_Tilemap[]; extern const u16 gPokenavOptions_Tilemap[]; extern const u32 gPokenavOptions_Gfx[]; extern const u16 gPokenavOptions_Pal[]; -extern const u8 gPokenavConditionMarker_Gfx[]; -extern const u16 gPokenavConditionMarker_Pal[]; extern const u16 gPokenavLeftHeader_Pal[]; extern const u16 gPokenavHeader_Pal[]; extern const u32 gPokenavHeader_Gfx[]; @@ -5063,4 +5061,7 @@ extern const u8 gMailTilemap_Fab[]; extern const u8 gMailTiles_Retro[]; extern const u8 gMailTilemap_Retro[]; +extern const u8 gMonMarkingsMenu_Gfx[]; +extern const u16 gMonMarkingsMenu_Pal[]; + #endif //GUARD_GRAPHICS_H |