diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:52:13 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-06-30 14:52:13 +0200 |
commit | 97712ec931febe390861f2234e26a66f15c9c295 (patch) | |
tree | 5dfa68e92aa9d1a267af8dde9ca8040294952e3f /src | |
parent | 15fe5a031b94b2f9b5686da6ba39a67e92cad31a (diff) |
change mapDataId to mapLayoutId
Diffstat (limited to 'src')
-rw-r--r-- | src/battle_tent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_tent.c b/src/battle_tent.c index 64eba1658..68d7c5e83 100644 --- a/src/battle_tent.c +++ b/src/battle_tent.c @@ -264,5 +264,5 @@ void sub_81B9E88(void) bool8 sub_81B9E94(void) { return (gMapHeader.regionMapSectionId == MAPSEC_SLATEPORT_CITY - && ((gMapHeader.mapDataId == 385) | (gMapHeader.mapDataId == 386))); + && ((gMapHeader.mapLayoutId == 385) | (gMapHeader.mapLayoutId == 386))); } |