diff options
author | yenatch <yenatch@gmail.com> | 2017-06-12 19:01:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-12 19:01:41 -0400 |
commit | e09e1da6c252e17cf6db429ad142b05dbf156548 (patch) | |
tree | 433367371faa7567a4214adf29c5853170f5585b /src/fieldmap.c | |
parent | b741c626e72a2c52351fddbbfc536f66183d009f (diff) | |
parent | e085596d7d63c8e3814192a1a8c628810cc89eda (diff) |
Merge pull request #314 from PikalaxALT/tv
Finish decompilation of tv.s
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index 0301115d5..46b996e52 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -2,13 +2,6 @@ #include "fieldmap.h" #include "palette.h" -struct BackupMapData -{ - s32 width; - s32 height; - u16 *map; -}; - extern struct MapHeader * const get_mapheader_by_bank_and_number(u8, u8); extern void mapheader_run_script_with_tag_x1(void); extern void sub_80BB970(struct MapEvents *); @@ -32,7 +25,6 @@ struct Coords32 }; extern const struct Coords32 gUnknown_0821664C[]; -extern struct BackupMapData gUnknown_03004870; EWRAM_DATA static u16 gUnknown_02029828[0x2800] = {0}; EWRAM_DATA struct MapHeader gMapHeader = {0}; |