diff --git a/src/fieldmap.c b/src/fieldmap.c index 225b1ce69..2ca274fcc 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;