diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2019-02-18 00:34:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-18 00:34:01 -0600 |
commit | 047d8288cc742e98701c2bee512797c89def7bec (patch) | |
tree | 418dc29017bd8ca2a5132ec9f6c55610cb2efb8c /include/graphics.h | |
parent | 367c7b5f89e9433b7e11af645afbaaa6f4002930 (diff) | |
parent | 40d4f7f8db4126086e975e90d7de967129d34dd0 (diff) |
Merge pull request #557 from Phlosioneer/navgear-decompile
Navgear decompile
Diffstat (limited to 'include/graphics.h')
-rw-r--r-- | include/graphics.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/include/graphics.h b/include/graphics.h index 58a9666a6..48c00943b 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4007,9 +4007,17 @@ extern const u32 gBerryPalette_Enigma[]; //credits extern const u32 gCreditsCopyrightEnd_Gfx[]; -//pokenav condition marker +//pokenav extern const u8 gPokenavConditionMarker_Gfx[]; extern const u16 gPokenavConditionMarker_Pal[]; +extern const u16 gPokenavHeader_Pal[]; +extern const u32 gPokenavHeader_Gfx[]; +extern const u32 gPokenavHeader_Tilemap[]; +extern const u32 gPokenavLeftHeaderHoennMap_Gfx[]; +extern const u32 gPokenavLeftHeaderMainMenu_Gfx[]; +extern const u32 gPokenavLeftHeaderCondition_Gfx[]; +extern const u32 gPokenavLeftHeaderRibbons_Gfx[]; +extern const u32 gPokenavLeftHeaderMatchCall_Gfx[]; extern const u32 gUnknown_08D9862C[]; extern const u32 gUnknown_08D98CC8[]; |