diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-27 14:55:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-27 14:55:00 -0400 |
commit | 136da953d6888562e76b0694a98988888adcd6d8 (patch) | |
tree | e795f5d204d2adbb6748091c87e566112144c577 /include/graphics.h | |
parent | bb07f06fc66cd018ffdadcb8ae4c3df9b652f1ef (diff) | |
parent | 9ff4c0695e137867d1a1a63a7a9c7e5e80be23a2 (diff) |
Merge pull request #753 from DizzyEggg/pokenav7
Decompile some pokenav
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 50bb5774e..d77e8e4c7 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4006,6 +4006,12 @@ extern const u32 gBerryPic_Enigma[]; extern const u32 gBerryPalette_Enigma[]; //pokenav +extern const u16 gPokenavCondition_Pal[]; +extern const u32 gPokenavCondition_Gfx[]; +extern const u32 gPokenavCondition_Tilemap[]; +extern const u16 gPokenavOptions_Tilemap[]; +extern const u32 gPokenavOptions_Gfx[]; +extern const u16 gPokenavOptions_Pal[]; extern const u8 gPokenavConditionMarker_Gfx[]; extern const u16 gPokenavConditionMarker_Pal[]; extern const u16 gPokenavLeftHeader_Pal[]; |