diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 12:27:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 12:27:25 -0600 |
commit | 3fb2471016b97e4a2e1ee4d73d7d4e3e632eda7a (patch) | |
tree | b73bc6cf151260511593ec1cf29c587b453dd3cd /include/graphics.h | |
parent | db97098b916716bc536465d961acefcc5af2b2e3 (diff) | |
parent | 0826ea552edf3c50c50fa9836605d5a1547ed92a (diff) |
Merge pull request #197 from DizzyEggg/decompile_berry_tag_screen
Decompile berry tag screen
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 5917e9d2a..6731dc973 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2654,6 +2654,12 @@ extern const u8 gBattleTerrainPalette_StadiumWallace[]; extern const u8 gPokedexMenu2_Gfx[]; extern const u8 gPokedexText_Pal[]; +// berry tag screen +extern const u8 gUnknown_08D9BB44[]; +extern const u8 gUnknown_08D9BF98[]; +extern const u8 gUnknown_08D9C13C[]; +extern const u8 gUnknown_08D9BEF0[]; + // rayquaza scene gfx extern const u8 gRaySceneGroudon_Gfx[]; extern const u8 gRaySceneGroudon2_Gfx[]; |