Consolidate unused escapeRope MapHeader field into filler_18 field

This commit is contained in:
Deokishisu 2018-12-30 19:59:57 -05:00 committed by GitHub
parent 58f130d007
commit 447fec26dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,8 +137,7 @@ struct MapHeader
/* 0x15 */ u8 cave; /* 0x15 */ u8 cave;
/* 0x16 */ u8 weather; /* 0x16 */ u8 weather;
/* 0x17 */ u8 mapType; /* 0x17 */ u8 mapType;
/* 0x18 */ u8 filler_18; /* 0x18 */ u8 filler_18[2];
/* 0x19 */ u8 escapeRope;
/* 0x1A */ u8 flags; /* 0x1A */ u8 flags;
/* 0x1B */ u8 battleType; /* 0x1B */ u8 battleType;
}; };