Skip to content

Commit

Permalink
Set rtcFail in time
Browse files Browse the repository at this point in the history
  • Loading branch information
aronson committed Oct 10, 2024
1 parent e56d1d7 commit f25d12c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ struct ClientStates {
}
Owner().lastSeenGameCode = getGameString();
Owner().rtcStatus = RtcClient::readStatus();
Owner().rtcFail = Owner().rtcStatus & 0x80;
const int x = -108, y = -64;
if (Owner().rtcStatus == 0xFF) {
sprite = bn::sprite_items::missing.create_sprite_optional(x, y);
Expand Down

0 comments on commit f25d12c

Please sign in to comment.