summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeokishisu <edsaletto@gmail.com>2018-12-30 19:59:57 -0500
committerGitHub <noreply@github.com>2018-12-30 19:59:57 -0500
commit447fec26dc5ced03d8dc212211e43d2572658f78 (patch)
tree395acee44cd507592741d7d8ff92fc37db123bbb
parent58f130d007b97623dd5c7a3b373800c138f75c5e (diff)
Consolidate unused escapeRope MapHeader field into filler_18 field
-rw-r--r--include/global.fieldmap.h3
1 files changed, 1 insertions, 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;
};