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 /src/region_map.c | |
parent | 275ce5deff0e85d8a52c33b1c948bf4a5c3b5b99 (diff) |
Decompile pokedex_area_screen.c (#412)
Diffstat (limited to 'src/region_map.c')
-rw-r--r-- | src/region_map.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/region_map.c b/src/region_map.c index c5bcd424b..262a7d020 100644 --- a/src/region_map.c +++ b/src/region_map.c @@ -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; |