summaryrefslogtreecommitdiff
path: root/constants/battle.s
diff options
context:
space:
mode:
Diffstat (limited to 'constants/battle.s')
-rw-r--r--constants/battle.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/constants/battle.s b/constants/battle.s
new file mode 100644
index 000000000..26df01cf3
--- /dev/null
+++ b/constants/battle.s
@@ -0,0 +1,13 @@
+.equiv SLP, 0x07
+.equiv PSN, 0x08
+.equiv BRN, 0x10
+.equiv FRZ, 0x20
+.equiv PAR, 0x40
+.equiv TOX, 0x80
+
+.equiv S_CONFUSED, 0x07
+.equiv S_CONTINUE, 0x1000
+.equiv S_FOCUS_ENERGY, 0x100000
+.equiv S_SUBSTITUTE, 0x1000000
+.equiv S_MEAN_LOOK, 0x4000000
+.equiv S_NIGHTMARE, 0x8000000