Commit a9108454 authored by salix5's avatar salix5

battle step replay

Now choose attack target after replay is cancelable.
parent b2795b58
......@@ -2960,6 +2960,9 @@ int32 field::process_battle_command(uint16 step) {
add_process(PROCESSOR_SELECT_CARD, 0, 0, 0, 1 - infos.turn_player, 0x10001);
}
}
else if(core.units.begin()->arg1) {
add_process(PROCESSOR_SELECT_CARD, 0, 0, 0, infos.turn_player + 0x20000, 0x10001);
}
else
add_process(PROCESSOR_SELECT_CARD, 0, 0, 0, infos.turn_player, 0x10001);
core.units.begin()->step = 5;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment