diff options
Diffstat (limited to 'arm9/source/tapes.c')
-rw-r--r-- | arm9/source/tapes.c | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/arm9/source/tapes.c b/arm9/source/tapes.c index ce4082c..c5915ac 100644 --- a/arm9/source/tapes.c +++ b/arm9/source/tapes.c @@ -62,9 +62,11 @@ static SoftKey maze_keys[]= static SoftKey cpatrol_keys[]= { SK_PAD_UP, SK_F, - SK_PAD_R, SK_J, - SK_PAD_L, SK_N, + SK_PAD_RIGHT, SK_J, + SK_PAD_LEFT, SK_N, SK_PAD_DOWN, SK_V, + SK_PAD_R, SK_N, + SK_PAD_L, SK_J, SK_PAD_A, SK_0, NUM_SOFT_KEYS }; @@ -114,12 +116,12 @@ static Tape tapes[NO_TAPES]= "yes - that parallax city was\n" "done with a text mode and the\n" "equivalent of a 0.8mhz z80\n\n" - "the joypad controls up and down.\n" - "the %L% and %R% shoulder buttons\n" - "move left and right.\n" - "when moving left or right use\n" - "the other shoulder button\n" - "to move fast. %A% fires.\n" + "the joypad controls the cursor.\n" + "hold %L% or %R% shoulder buttons\n" + "to move fast when moving in the\n" + "same direction.\n" + "%A% fires.\n" + "as does just about everything.\n" }, { sabotage_bin, |