Skip to content

Commit

Permalink
Update passport.c
Browse files Browse the repository at this point in the history
  • Loading branch information
GameLord2011 authored Oct 25, 2024
1 parent a2903f5 commit 1ca4d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions applications/settings/dolphin_passport/passport.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ static void render_callback(Canvas* canvas, void* _ctx) {

if(stats->butthurt <= 4) {
portrait = &I_passport_happy_46x49;
mood_str = "Mood: Happy";
mood_str = "Mood: 0_o<Happy";
} else if(stats->butthurt <= 9) {
portrait = &I_passport_okay_46x49;
mood_str = "Mood: Okay";
mood_str = "Mood: 0_o<Just Ok";
} else {
portrait = &I_passport_bad_46x49;
mood_str = "Mood: Angry";
mood_str = "Mood: 0_o<Pissed Off";
}

uint32_t xp_progress = 0;
Expand Down

0 comments on commit 1ca4d7f

Please sign in to comment.