diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-07-24 21:18:36 -0700 |
commit | e92e2cb0aa31adf9872b147a1b6deb9d9844b7e8 (patch) | |
tree | b3e357be8cec0c64a84773a7b63f54f97825cbaf /include/constants/battle_script_commands.h | |
parent | 156fb472e10c10751268d2339b2526c8bd07e34f (diff) | |
parent | 5883f867f00b8cc3f3630a8ab4aa2e9d21406949 (diff) |
Merge branch 'master' of github.com:pret/pokeemerald
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 |