Decompile pokedex_area_screen.c (#412)

This commit is contained in:
Marcus Huderle
2018-11-30 10:41:03 -06:00
committed by GitHub
parent 275ce5deff
commit 9dd7f8f214
13 changed files with 763 additions and 2028 deletions

View File

@@ -34,15 +34,6 @@
// Static type declarations
struct RegionMapLocation
{
u8 x;
u8 y;
u8 width;
u8 height;
const u8 *name;
};
// Static RAM declarations
static EWRAM_DATA struct RegionMap *gRegionMap = NULL;