From 215d57e8710bc6808de712ab0f07e7188a978ead Mon Sep 17 00:00:00 2001 From: gruxor <95389790+gruxor@users.noreply.github.com> Date: Sat, 22 Jul 2023 14:47:07 -0400 Subject: [PATCH] Update src/fieldmap.c Co-authored-by: LOuroboros --- src/fieldmap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/fieldmap.c b/src/fieldmap.c index 225b1ce69e..2ca274fcc4 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -677,8 +677,10 @@ bool8 CameraMove(int x, int y) gSaveBlock1Ptr->pos.y += y; MoveMapViewToBackup(direction); } - else + else + { DebugPrintfLevel(MGBA_LOG_WARN, "GetIncomingConnection returned an invalid connection inside CameraMove!"); + } } return gCamera.active;