diff options
Diffstat (limited to 'constants/text_constants.asm')
-rw-r--r-- | constants/text_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/text_constants.asm b/constants/text_constants.asm index e0d36148..f8ecfd52 100644 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -18,5 +18,6 @@ LEADING_ZEROES EQU (1 << BIT_LEADING_ZEROES) const TEXT_BLACKED_OUT ; $d1 const TEXT_REPEL_WORE_OFF ; $d2 const TEXT_SAFARI_GAME_OVER ; $d3 + const TEXT_PIKACHU_ANIM ; $d4 TEXT_START_MENU EQU $00 |