From 866ca63c514a8f3a6dbadbaba3da96209abb51cf Mon Sep 17 00:00:00 2001 From: yenatch Date: Sat, 24 Jun 2017 17:49:31 -0400 Subject: Fix a misleading define for SLP --- constants/battle_constants.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants/battle_constants.asm') diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 804f223cb..793650913 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -91,12 +91,12 @@ const_value SET 1 const BATTLE_VARS_LAST_MOVE_OPP ; status +SLP EQU 7 ; 0-7 turns const_value SET 3 const PSN const BRN const FRZ const PAR - const SLP ; 7 turns ALL_STATUS EQU (1 << PSN) + (1 << BRN) + (1 << FRZ) + (1 << PAR) + SLP -- cgit v1.2.3