diff options
Diffstat (limited to 'apps/plugins/wormlet.c')
| -rw-r--r-- | apps/plugins/wormlet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/wormlet.c b/apps/plugins/wormlet.c index 828bba3..c4607cd 100644 --- a/apps/plugins/wormlet.c +++ b/apps/plugins/wormlet.c @@ -139,8 +139,8 @@ PLUGIN_HEADER #define BTN_DIR_LEFT BUTTON_LEFT #define BTN_DIR_RIGHT BUTTON_RIGHT #define BTN_STARTPAUSE BUTTON_SELECT -#define BTN_QUIT BUTTON_A -#define BTN_STOPRESET BUTTON_POWER +#define BTN_QUIT BUTTON_POWER +#define BTN_STOPRESET BUTTON_A #define PLAYERS_TEXT "Up/Down" #define WORMS_TEXT "Left/Right" |