diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-10-10 23:26:15 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-10-10 23:26:15 +0000 |
commit | 49ba1628df769368e8cab8c4bbb42be79ff21745 (patch) | |
tree | 1fe0abf23cd20f01e41a5296d8c50a670b647061 | |
parent | 5a05c0b7b950e6a76c5ebb9b5f52fa24115013c8 (diff) |
Changed controls for City Patrol
-rw-r--r-- | arm9/source/tapes.c | 9 | ||||
-rw-r--r-- | source/tapes.c | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/arm9/source/tapes.c b/arm9/source/tapes.c index c5915ac..7d01e82 100644 --- a/arm9/source/tapes.c +++ b/arm9/source/tapes.c @@ -68,6 +68,7 @@ static SoftKey cpatrol_keys[]= SK_PAD_R, SK_N, SK_PAD_L, SK_J, SK_PAD_A, SK_0, + SK_PAD_B, SK_NEWLINE, NUM_SOFT_KEYS }; @@ -119,9 +120,11 @@ static Tape tapes[NO_TAPES]= "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" + "same direction.\n\n" + "%A% fires when moving.\n" + "%B% fires when still.\n\n" + "sorry about that, but the keys\n" + "are a bit odd in this game." }, { sabotage_bin, diff --git a/source/tapes.c b/source/tapes.c index c5915ac..7d01e82 100644 --- a/source/tapes.c +++ b/source/tapes.c @@ -68,6 +68,7 @@ static SoftKey cpatrol_keys[]= SK_PAD_R, SK_N, SK_PAD_L, SK_J, SK_PAD_A, SK_0, + SK_PAD_B, SK_NEWLINE, NUM_SOFT_KEYS }; @@ -119,9 +120,11 @@ static Tape tapes[NO_TAPES]= "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" + "same direction.\n\n" + "%A% fires when moving.\n" + "%B% fires when still.\n\n" + "sorry about that, but the keys\n" + "are a bit odd in this game." }, { sabotage_bin, |