diff options
Diffstat (limited to 'constants/text_constants.asm')
-rwxr-xr-x[-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 aa8374e5..6a2ce9f6 100644..100755 --- a/constants/text_constants.asm +++ b/constants/text_constants.asm @@ -17,5 +17,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 |