mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Merge pull request #500 from Deokishisu/patch-1
Consolidate unused escapeRope MapHeader field into filler_18 field
This commit is contained in:
commit
530a20354c
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user