Skip to content

Commit

Permalink
Me
Browse files Browse the repository at this point in the history
  • Loading branch information
khcrysalis committed May 17, 2024
1 parent 17f28f3 commit 0b5b545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/credits.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define U stderr,
#define B "#\n# palera1n: " BUILD_TAG " \n#\n"
#define L "# ======== Made by =======\n"
#define E "# Made by: Nick Chan, " THE_PLUSH ", Samara, Mineek, staturnz, " BAKERAIN_DEVELOPE_R ", " NEKO_DEVELOPE_R " \n"
#define E "# Made by: Nick Chan, " THE_PLUSH ", Khcrysalis, Mineek, staturnz, " BAKERAIN_DEVELOPE_R ", " NEKO_DEVELOPE_R " \n"
#define M "# ======== Thanks to =======\n"
#define A "# Thanks to: llsc12, Nebula, Lrdsnow, nikias (libimobiledevice),\n"
#define K "# checkra1n team (Siguza, axi0mx, littlelailo et al.),\n"
Expand Down
2 changes: 1 addition & 1 deletion src/tui_screen_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void tui_screen_main_redraw(void) {
PRINTATT(3, 2, "Welcome to palera1n!");

SETCOLOR(FG_WHITE, BG_BLACK);
PRINTATT(3, 9, "Made by: Nick Chan, Ploosh, Samara, Mineek");
PRINTATT(3, 9, "Made by: Nick Chan, Ploosh, Khcrysalis, Mineek");
PRINTATT(3, 10, "staturnz, kok3shidoll, ");
if ((tui_mouse_y == tui_y_offset + 9 && tui_mouse_x >= tui_x_offset + 25 && tui_mouse_x <= tui_x_offset + 25 + 8) || easter_egg) {
SETCOLORA(FG_BRIGHT_WHITE, BG_BLACK, BOLD);
Expand Down

0 comments on commit 0b5b545

Please sign in to comment.