summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-08-26 09:37:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-08-26 09:37:37 -0400
commit6a3e056af7a4a6509e22d54bc5c27c9e05e38f5e (patch)
tree639aded10d3bc2a02463792568e3fef6b5664cff
parente5b607ccbe0d08f712b206a96ac2d386e4555384 (diff)
Update baserom.ips and address review comment
-rw-r--r--baserom.ipsbin2271448 -> 2055522 bytes
-rw-r--r--src/map_preview_screen.c2
2 files changed, 1 insertions, 1 deletions
diff --git a/baserom.ips b/baserom.ips
index b8bb6bebb..c4f49efb2 100644
--- a/baserom.ips
+++ b/baserom.ips
Binary files differ
diff --git a/src/map_preview_screen.c b/src/map_preview_screen.c
index d8df67008..b913d5fe8 100644
--- a/src/map_preview_screen.c
+++ b/src/map_preview_screen.c
@@ -578,7 +578,7 @@ u16 sub_80F856C(u8 mapsec)
return 0;
}
flagId = sMapPreviewScreenData[idx].flagId;
- if (sMapPreviewScreenData[idx].forceFirstTime == 0)
+ if (!sMapPreviewScreenData[idx].forceFirstTime)
{
if (!FlagGet(flagId))
{