From 5251fe1ec15442de2605bd1c653e9dfd07b36adc Mon Sep 17 00:00:00 2001 From: Zumi <13794376+ZoomTen@users.noreply.github.com> Date: Tue, 26 Jan 2021 01:01:22 +0700 Subject: Split and label Trainer Gear code (#89) Split and label Trainer Gear code --- constants/sgb_constants.asm | 2 +- constants/sprite_anim_constants.asm | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'constants') diff --git a/constants/sgb_constants.asm b/constants/sgb_constants.asm index 73f65f8..31cdeb6 100644 --- a/constants/sgb_constants.asm +++ b/constants/sgb_constants.asm @@ -19,7 +19,7 @@ const SGB_POKEDEX_SEARCH_OPTION const SGB_BETA_POKER const SGB_POKEPIC - const SGB_13 + const SGB_TRAINER_GEAR const SGB_PACKPALS const SGB_TRAINER_CARD const SGB_POKEDEX_UNOWN_MODE diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index 08f6d69..3f6644c 100755 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -20,8 +20,9 @@ SPRITEANIMSTRUCT_LENGTH EQU const_value NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs ; wSpriteAnimDict keys -SPRITE_ANIM_DICT_DEFAULT EQU $00 +SPRITE_ANIM_DICT_DEFAULT EQU $00 SPRITE_ANIM_DICT_GS_SPLASH EQU $27 +SPRITE_ANIM_DICT_29 EQU $29 ; wSpriteAnimDict size (see ram/wram.asm) NUM_SPRITEANIMDICT_ENTRIES EQU 10 @@ -56,5 +57,6 @@ SPRITE_ANIM_INDEX_GS_INTRO_STAR EQU $3b SPRITE_ANIM_INDEX_GS_INTRO_SPARKLE EQU $3c SPRITE_ANIM_INDEX_40 EQU $40 SPRITE_ANIM_INDEX_41 EQU $41 -SPRITE_ANIM_INDEX_44 EQU $44 -SPRITE_ANIM_INDEX_4B EQU $4b +SPRITE_ANIM_INDEX_TRAINERGEAR_POINTER EQU $44 +SPRITE_ANIM_INDEX_RADIO_TUNING_KNOB EQU $4b + -- cgit v1.2.3