summaryrefslogtreecommitdiff
path: root/include/constants/battle_script_commands.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-11-05 21:27:47 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-11-05 21:27:47 -0500
commit91e305255cb4861ad1ecc486c7e07c94476016f0 (patch)
tree0429cb782c155f3e52f4aac062e36993b2b5dfb5 /include/constants/battle_script_commands.h
parent7fba8781c1a6ff8bb859c0c9d57edfbc492e2524 (diff)
Dump battle scripts 1
Diffstat (limited to 'include/constants/battle_script_commands.h')
-rw-r--r--include/constants/battle_script_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_script_commands.h b/include/constants/battle_script_commands.h
index 3809610ba..c618ffb4b 100644
--- a/include/constants/battle_script_commands.h
+++ b/include/constants/battle_script_commands.h
@@ -38,8 +38,8 @@
#define BS_ATTACKER 1
#define BS_EFFECT_BATTLER 2
#define BS_FAINTED 3
-#define BS_BATTLER_0 7
#define BS_ATTACKER_WITH_PARTNER 4 // for atk98_updatestatusicon
+#define BS_BATTLER_0 7
#define BS_ATTACKER_SIDE 8 // for atk1E_jumpifability
#define BS_NOT_ATTACKER_SIDE 9 // for atk1E_jumpifability
#define BS_SCRIPTING 10