diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-01 11:15:42 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-07-01 11:15:42 +0200 |
commit | d2e47323fe988e430af782c2c10b8e41e7a131b3 (patch) | |
tree | 273eee91f67c7b53007a9ef9e6959de1aa1cfa5c /include/constants/battle_script_commands.h | |
parent | 2d0be91217e0ea16f298bb823e954a4d6f6ff63b (diff) |
document frontier related
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r-- | include/constants/battle_script_commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h index a1a4ed50a..c820a1114 100644 --- a/include/constants/battle_script_commands.h +++ b/include/constants/battle_script_commands.h @@ -37,7 +37,7 @@ #define BS_ATTACKER 1 #define BS_EFFECT_BATTLER 2 #define BS_FAINTED 3 -#define BS_BANK_0 7 +#define BS_BATTLER_0 7 #define BS_ATTACKER_WITH_PARTNER 4 // for atk98_status_icon_update #define BS_ATTACKER_SIDE 8 // for atk1E_jumpifability #define BS_NOT_ATTACKER_SIDE 9 // for atk1E_jumpifability |