03-14-2013, 03:35 AM
Well, if you wanted to adjust the CENTER move system, you could try here around 231-233 in 3 - Battle System:
That could become this:
Code:
if center_move # Runs to center
@spriteset.battler(battler).setmove(320+(offset/4), battler.screen_y-1, battler.screen_z)
end
That could become this:
Code:
if center_move # Runs to center
@spriteset.battler(battler).setmove(320+(offset/4), target.screen_y-1, target.screen_z + 10)
end