Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Bazmoc authored Aug 18, 2023
1 parent b7b2689 commit 7fd6a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2597,7 +2597,7 @@ if (CusorOnKey(bta_coordX,bta_coordY,44,36)==true){

GRRLIB_Printf(280, 25, tex_BMfont5, GRRLIB_WHITE, 1.5, "Credits"); //title

GRRLIB_Printf(50, 100, tex_BMfont5, GRRLIB_WHITE, 1, "Wii Network Config Editor v1.1 made by Bazmoc"); //title
GRRLIB_Printf(50, 100, tex_BMfont5, GRRLIB_WHITE, 1, "Wii Network Config Editor v1.2 made by Bazmoc"); //title
GRRLIB_Printf(50, 125, tex_BMfont5, GRRLIB_WHITE, 1, "Download the latest versions at https://github.com/Bazmoc"); //title
GRRLIB_Printf(50, 150, tex_BMfont5, GRRLIB_WHITE, 1, "If you have any questions or issues contact me on discord : @bazmoc"); //title
GRRLIB_Printf(50, 200, tex_BMfont5, GRRLIB_WHITE, 1, "Press B to go back."); //title
Expand All @@ -2606,7 +2606,7 @@ if (CusorOnKey(bta_coordX,bta_coordY,44,36)==true){

GRRLIB_DrawImg(cursor_positionX, cursor_positionY, tex_cursor_png, cursor_rotation_angle, 0.5, 0.5, GRRLIB_WHITE); // shows cursor

if(wpaddown & WPAD_BUTTON_B || paddown & PAD_BUTTON_B ) {
if(wpaddown & WPAD_BUTTON_B || paddown & PAD_BUTTON_B ) { //if B wiimote or B gamecube :
goto mainmenu;
}

Expand Down

0 comments on commit 7fd6a5d

Please sign in to comment.