summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
Diffstat (limited to 'constants')
-rw-r--r--constants/event_flags.asm2
-rw-r--r--constants/sprite_anim_constants.asm3
2 files changed, 4 insertions, 1 deletions
diff --git a/constants/event_flags.asm b/constants/event_flags.asm
index 58127c6a..bb1476b1 100644
--- a/constants/event_flags.asm
+++ b/constants/event_flags.asm
@@ -669,7 +669,7 @@
const EVENT_DEREK_ASKED_FOR_PHONE_NUMBER
const EVENT_DEREK_READY_FOR_REMATCH
const EVENT_CHRIS_ASKED_FOR_PHONE_NUMBER
- const EVENT_CHRIS_READY_FOR_REMATCH
+ const EVENT_CHRIS_READY_FOR_REMATCH ; 290
const EVENT_BRENT_ASKED_FOR_PHONE_NUMBER
const EVENT_BRENT_READY_FOR_REMATCH
const EVENT_TIFFANY_ASKED_FOR_PHONE_NUMBER
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm
index 04c01743..1df8c368 100644
--- a/constants/sprite_anim_constants.asm
+++ b/constants/sprite_anim_constants.asm
@@ -23,6 +23,9 @@ NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs
SPRITE_ANIM_INDEX_PARTY_MON EQU $00
SPRITE_ANIM_INDEX_GS_TITLE_TRAIL EQU $0f
SPRITE_ANIM_INDEX_NAMING_SCREEN_CURSOR EQU $14
+SPRITE_ANIM_INDEX_GAMEFREAK_LOGO EQU $15
+SPRITE_ANIM_INDEX_GS_INTRO_STAR EQU $16
+SPRITE_ANIM_INDEX_GS_INTRO_SPARKLE EQU $17
SPRITE_ANIM_INDEX_SLOTS_GOLEM EQU $18
SPRITE_ANIM_INDEX_SLOTS_CHANSEY EQU $19
SPRITE_ANIM_INDEX_SLOTS_EGG EQU $1a