diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 13:32:11 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-21 13:32:11 +0100 |
commit | e0fbd5daad0646c77d1f587d2763bc707df5d417 (patch) | |
tree | 2d42133425d9f4bd20b04b80d506668318ee9283 /include/graphics.h | |
parent | ad2ef517bd702c352d7a4d5b64db0e99f04721c2 (diff) |
text window cleanup
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[]; |