Skip to content

Commit

Permalink
Merge branch 'upcoming-fixes' of https://github.com/gruxor/pokeemeral…
Browse files Browse the repository at this point in the history
…d-expansion into upcoming-fixes
  • Loading branch information
gruxor committed Jul 22, 2023
2 parents 3d25dad + 215d57e commit 5a6532d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/fieldmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5a6532d

Please sign in to comment.