Add Routine instruction.
The help menu may need pruning now... ...either that, or this should REALLY be moved to lua.
This commit is contained in:
@@ -1893,6 +1893,7 @@ Shift BPM changes and stops up one beat=Shift BPM changes and stops up one beat
|
||||
Lay mine=Lay mine
|
||||
Lay lift=Lay lift
|
||||
Add to/remove from right half=Add to/remove from right half
|
||||
Switch player (Routine only)=Switch player (Routine only)
|
||||
|
||||
[Grade]
|
||||
Tier01=AAAA
|
||||
|
||||
@@ -3844,6 +3844,7 @@ static const EditHelpLine g_EditHelpLines[] =
|
||||
EditHelpLine( "Lay mine", EDIT_BUTTON_LAY_MINE_OR_ROLL ),
|
||||
EditHelpLine( "Lay lift", EDIT_BUTTON_LAY_LIFT ),
|
||||
EditHelpLine( "Add to/remove from right half", EDIT_BUTTON_RIGHT_SIDE ),
|
||||
EditHelpLine( "Switch player (Routine only)", EDIT_BUTTON_SWITCH_PLAYERS ),
|
||||
};
|
||||
|
||||
static bool IsMapped( EditButton eb, const MapEditToDI &editmap )
|
||||
|
||||
Reference in New Issue
Block a user