Merge pull request #500 from Deokishisu/patch-1

Consolidate unused escapeRope MapHeader field into filler_18 field
This commit is contained in:
Diegoisawesome 2018-12-31 11:55:33 -06:00 committed by GitHub
commit 530a20354c
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;
}; };