diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 09:41:31 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 09:41:31 -0400 |
commit | 1ba24673e7064e39406e6faf11d790c2dcc2ac00 (patch) | |
tree | 7e2645f6fdec1dcc63ae56366371246f62865dcd /src/map/battle.hpp | |
parent | c3e06ffe6437d27a2a7c6ddb2dc487ff2f007adf (diff) | |
parent | c786a93e91adaf68780a5fd7585f51d0528f92ed (diff) | |
download | tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.gz tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.bz2 tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.tar.xz tmwa-1ba24673e7064e39406e6faf11d790c2dcc2ac00.zip |
Merge self-fork from mekolat/magic-v3
Magic v3
Diffstat (limited to 'src/map/battle.hpp')
-rw-r--r-- | src/map/battle.hpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/map/battle.hpp b/src/map/battle.hpp index 8f31fe0..2925b58 100644 --- a/src/map/battle.hpp +++ b/src/map/battle.hpp @@ -83,6 +83,15 @@ int battle_get_def(dumb_ptr<block_list> bl); int battle_get_mdef(dumb_ptr<block_list> bl); int battle_get_def2(dumb_ptr<block_list> bl); int battle_get_mdef2(dumb_ptr<block_list> bl); +int battle_get_atk(dumb_ptr<block_list> bl); +int battle_get_atk2(dumb_ptr<block_list> bl); +int battle_get_matk1(dumb_ptr<block_list> bl); +int battle_get_matk2(dumb_ptr<block_list> bl); +int battle_get_hit(dumb_ptr<block_list> bl); +int battle_get_flee(dumb_ptr<block_list> bl); +int battle_get_flee2(dumb_ptr<block_list> bl); +int battle_get_critical(dumb_ptr<block_list> bl); +int battle_get_baseatk(dumb_ptr<block_list> bl); interval_t battle_get_speed(dumb_ptr<block_list> bl); interval_t battle_get_adelay(dumb_ptr<block_list> bl); interval_t battle_get_amotion(dumb_ptr<block_list> bl); |