diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 19:30:01 +0100 |
commit | f53a39e7a25dd8c7240d4d6c2fd81932927f812e (patch) | |
tree | 5d9929a043f362b53328355114b53aed563a286e /include/graphics.h | |
parent | 0bc7fb92db8658c461f81ef57bc9bc4f3ee80c7b (diff) | |
parent | 0db23bc215000bbad41968ba5a650e55f86ceb71 (diff) |
mystery event labels
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/graphics.h b/include/graphics.h index 85e31aec9..5917e9d2a 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -1,6 +1,10 @@ #ifndef GUARD_GRAPHICS_H #define GUARD_GRAPHICS_H +// overworld +extern const u32 gMessageBox_Gfx[]; +extern const u16 gMessageBox_Pal[]; + // interface pokeballs extern const u8 gInterfaceGfx_PokeBall[]; extern const u8 gInterfacePal_PokeBall[]; |