diff options
author | yenatch <yenatch@gmail.com> | 2013-07-12 17:03:03 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-12 17:03:03 -0400 |
commit | 5f6d69fdd3a0b1ba4ab2dd64e26fb0b89efb77c5 (patch) | |
tree | 108d1f384eb3614b3eb4a7fb52de82b967edf1b5 | |
parent | bf2a4b8a845f06409fa99088e6d7c0ac10c0e01b (diff) |
extra sprite constant
-rw-r--r-- | constants/map_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 927d26ddb..aa77b3f1b 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -1741,4 +1741,5 @@ SPRITE_FUSCHIA_GYM_2 EQU $f8 SPRITE_FUSCHIA_GYM_3 EQU $f9 SPRITE_FUSCHIA_GYM_4 EQU $fa SPRITE_COPYCAT EQU $fb +SPRITE_JANINE_IMPERSONATOR EQU $fc |