Merge branch 'upcoming-fixes' of https://github.com/gruxor/pokeemerald-expansion into upcoming-fixes

This commit is contained in:
gruxor 2023-07-22 14:50:12 -04:00
commit 5a6532ddfb

View file

@ -677,8 +677,10 @@ bool8 CameraMove(int x, int y)
gSaveBlock1Ptr->pos.y += y; gSaveBlock1Ptr->pos.y += y;
MoveMapViewToBackup(direction); MoveMapViewToBackup(direction);
} }
else else
{
DebugPrintfLevel(MGBA_LOG_WARN, "GetIncomingConnection returned an invalid connection inside CameraMove!"); DebugPrintfLevel(MGBA_LOG_WARN, "GetIncomingConnection returned an invalid connection inside CameraMove!");
}
} }
return gCamera.active; return gCamera.active;