From 7ccb11c903bb46796301f85b7b21c37369773517 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Sat, 9 Dec 2017 22:07:52 -0500 Subject: Add constants for battle object colors --- constants/animation_constants.asm | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'constants') diff --git a/constants/animation_constants.asm b/constants/animation_constants.asm index 13663fb8e..8802cd579 100644 --- a/constants/animation_constants.asm +++ b/constants/animation_constants.asm @@ -823,3 +823,14 @@ const_value SET 1 const BG_EFFECT_STRUCT_JT_INDEX const BG_EFFECT_STRUCT_BATTLE_TURN const BG_EFFECT_STRUCT_03 + +; animation object palettes + const_def + const PAL_BATTLE_ENEMY ; 0 + const PAL_BATTLE_PLAYER ; 1 + const PAL_BATTLE_GRAY ; 2 + const PAL_BATTLE_YELLOW ; 3 + const PAL_BATTLE_RED ; 4 + const PAL_BATTLE_GREEN ; 5 + const PAL_BATTLE_BLUE ; 6 + const PAL_BATTLE_BROWN ; 7 -- cgit v1.2.3