summaryrefslogtreecommitdiff
path: root/src/fieldmap.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-12-25 11:02:41 -0600
committerMarcus Huderle <huderlem@gmail.com>2018-12-25 11:46:35 -0600
commitdcbc8db6a32e70651163a132950d486d93a58254 (patch)
treed01743eafe18c60ba9c25c48ae312fa603360135 /src/fieldmap.c
parentc7971ecb20c39b5fb0b28f867af637f9e075be0f (diff)
Document mirage_tower.c. (Combine fldeff_groundshake.c and fossil_specials.c)
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r--src/fieldmap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c
index 5f9d22558..4efbc1234 100644
--- a/src/fieldmap.c
+++ b/src/fieldmap.c
@@ -5,6 +5,7 @@
#include "fldeff_misc.h"
#include "frontier_util.h"
#include "menu.h"
+#include "mirage_tower.h"
#include "overworld.h"
#include "palette.h"
#include "pokenav.h"
@@ -762,7 +763,7 @@ bool8 CameraMove(int x, int y)
else
{
save_serialize_map();
- sub_81BE72C();
+ ClearMirageTowerPulseBlendEffect();
old_x = gSaveBlock1Ptr->pos.x;
old_y = gSaveBlock1Ptr->pos.y;
connection = sub_8088950(direction, gSaveBlock1Ptr->pos.x, gSaveBlock1Ptr->pos.y);