diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-06-01 00:02:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-01 00:02:46 -0700 |
commit | 0b09575fd4a3f8b001e283f7ea6842d3357359bd (patch) | |
tree | e8e5094fa06efa07599d874c4414706249d1e3a5 /include/graphics.h | |
parent | dd28854a226753e2da53b35dcf1f67b142b75b77 (diff) | |
parent | 94030c6b53dc0de149ff9bddcaf6e618be282993 (diff) |
Merge pull request #249 from golemgalvanize/decompile_pokedex
Decompile pokedex
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 3feed6d08..2dc5e99bf 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -2651,8 +2651,27 @@ extern const u8 gBattleTerrainPalette_StadiumGlacia[]; extern const u8 gBattleTerrainPalette_StadiumDrake[]; extern const u8 gBattleTerrainPalette_StadiumWallace[]; +// pokedex extern const u8 gPokedexMenu2_Gfx[]; -extern const u8 gPokedexText_Pal[]; +extern const u16 gPokedexText_Pal[]; +extern const u8 gPokedexMenu_Gfx[]; +extern const u8 gUnknown_08DC2C5C[]; +extern const u8 gUnknown_08DC2DAC[]; +extern const u8 gUnknown_08DC2A08[]; +extern const u8 gUnknown_08DC2B1C[]; +extern const u16 gPokedexHoennBg_Pal[]; +extern const u16 gPokedexText_Pal[]; +extern const u16 gPokedexNationalBg_Pal[]; +extern const u8 gUnknown_08DC3080[]; +extern const u8 gUnknown_08DC3198[]; +extern const u8 gUnknown_08DC2E6C[]; +extern const u8 gUnknown_08DC2F5C[]; +extern const u8 gUnknown_08DC2FEC[]; +extern const u16 gPokedexCaughtScreenFade_Pal[]; +extern const u8 gPokedexSearchMenu_Gfx[]; +extern const u8 gPokedexSearch2_Tilemap[]; +extern const u8 gPokedexSearch1_Tilemap[]; +extern const u16 gPokedexSearchMenu_Pal[]; // berry tag screen extern const u8 gUnknown_08D9BB44[]; |