Skip to content

Commit

Permalink
assets: add surprised pika for exit conf
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Bahnsen <[email protected]>
  • Loading branch information
kbembedded committed May 22, 2024
1 parent d2c52ab commit 7e5b99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added assets/surprised_pika.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions scenes/pokemon_exit_confirm.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include <gui/modules/dialog_ex.h>

#include <pokemon_icons.h>
#include "pokemon_menu.h"
#include "../pokemon_app.h"
#include "../pokemon_data.h"
Expand Down Expand Up @@ -36,6 +37,7 @@ void pokemon_exit_confirm_on_enter(void* context) {
12,
AlignCenter,
AlignTop);
dialog_ex_set_icon(dialog_ex, 44, 32, &I_surprised_pika);
dialog_ex_set_context(dialog_ex, pokemon_fap);
dialog_ex_set_result_callback(dialog_ex, pokemon_exit_confirm_dialog_callback);

Expand Down

0 comments on commit 7e5b99c

Please sign in to comment.