From 447fec26dc5ced03d8dc212211e43d2572658f78 Mon Sep 17 00:00:00 2001 From: Deokishisu Date: Sun, 30 Dec 2018 19:59:57 -0500 Subject: [PATCH] Consolidate unused escapeRope MapHeader field into filler_18 field --- include/global.fieldmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 5ed9b250a..74a8363bb 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -137,8 +137,7 @@ struct MapHeader /* 0x15 */ u8 cave; /* 0x16 */ u8 weather; /* 0x17 */ u8 mapType; - /* 0x18 */ u8 filler_18; - /* 0x19 */ u8 escapeRope; + /* 0x18 */ u8 filler_18[2]; /* 0x1A */ u8 flags; /* 0x1B */ u8 battleType; };