diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-30 10:41:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 10:41:03 -0600 |
commit | 9dd7f8f2147ffcaa0b5a347a937b269a946717b3 (patch) | |
tree | 06743f9c4404802e3c7cdcd6e22e5b11070ffb4c /include/graphics.h | |
parent | 275ce5deff0e85d8a52c33b1c948bf4a5c3b5b99 (diff) |
Decompile pokedex_area_screen.c (#412)
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 0620ea551..18ff8c693 100644 --- a/include/graphics.h +++ b/include/graphics.h @@ -4736,4 +4736,8 @@ extern const u32 gSlotMachineReelTime_Gfx[]; extern const u32 gUnknown_08D8D410[]; extern const u32 gUnknown_08D8D58C[]; +// Pokedex Area Screen +extern const u32 gPokedexAreaScreenAreaUnknown_Gfx[]; +extern const u16 gPokedexAreaScreenAreaUnknown_Pal[]; + #endif //GUARD_GRAPHICS_H |