Skip to content

Commit

Permalink
Added pandora help screen and updated strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Christensen committed Feb 15, 2015
1 parent 7e39355 commit b5d9d42
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Binary file modified data/menu/helppandora.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions src/strings.h
Expand Up @@ -33,7 +33,6 @@
#define STR_STRINPUT_CONTROLS "B:Type A:Delete "

//Game
#define STR_GAME_RESTARTCONFIRM "Press A to confirm"
#define STR_GAME_PRESSB "Press B to Play"
#define STR_SELECT_CTRLS "Use D-PAD, button B.\n"

Expand All @@ -52,7 +51,6 @@
#define STR_STRINPUT_CONTROLS "Start:Save X:Type O:Delete"

//Game
#define STR_GAME_RESTARTCONFIRM "Press Circle to confirm"
#define STR_GAME_PRESSB "Press Cross to Play"

#define STR_SELECT_CTRLS "Use D-PAD, Cross.\n"
Expand All @@ -73,7 +71,6 @@
#define STR_STRINPUT_CONTROLS "B:Type A:Delete"

//Game
#define STR_GAME_RESTARTCONFIRM "Press A to confirm"
#define STR_GAME_PRESSB "Press B to Play"
#define STR_SELECT_CTRLS "Use D-PAD, button B.\n"
#elif defined(GCW0) /// GCW Zero version
Expand Down Expand Up @@ -101,7 +98,6 @@
#define STR_STRINPUT_CONTROLS "A:Type B:Delete "

//Game
#define STR_GAME_RESTARTCONFIRM "Press again to confirm"
#define STR_GAME_PRESSB "Press A to Play"
#define STR_SELECT_CTRLS "Use D-PAD, button A.\n"

Expand Down Expand Up @@ -138,7 +134,6 @@
#define STR_STRINPUT_CONTROLS "Ctrl:Type Alt:Delete"

//Game
#define STR_GAME_RESTARTCONFIRM "Again to confirm"
#define STR_GAME_PRESSB "Press Ctrl to Play"
#endif

Expand Down Expand Up @@ -378,6 +373,8 @@ extern const char* str_brick_names[];
#define STR_GAME_UNSOLVABLE "Unsolvable!"
#define STR_GAME_LOSTLIFE "Life Lost!"
#define STR_GAME_OUTOFTIME "Out Of Time!"
#define STR_GAME_RESTARTCONFIRM "Again to confirm"



//This put to stdout
Expand Down
Binary file added srcgfx/pandorahelp.xcf
Binary file not shown.

0 comments on commit b5d9d42

Please sign in to comment.