diff options
author | YamaArashi <shadow962@live.com> | 2015-10-14 14:37:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-14 14:37:16 -0700 |
commit | a6f32421bbe51ab0593e65d284039ff456f750e2 (patch) | |
tree | 36d3359c642f59b6674d09c061653a52f7847ba9 /constants | |
parent | 27061f496eaeb745c7f135ebaafcf90ef861bdd8 (diff) |
renaming
Diffstat (limited to 'constants')
-rw-r--r-- | constants/pokemon_data_constants.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/pokemon_data_constants.s b/constants/pokemon_data_constants.s index 70ee931a9..b41cd0500 100644 --- a/constants/pokemon_data_constants.s +++ b/constants/pokemon_data_constants.s @@ -33,7 +33,7 @@ .set BODY_COLOR_WHITE, 0x08 .set BODY_COLOR_PINK, 0x09 - .set SUMMARY_SCREEN_FLIP_SPRITE, 0x80 + .set F_SUMMARY_SCREEN_FLIP_SPRITE, 0x80 .set EVO_FRIENDSHIP, 0x0001 ; Pokémon levels up with friendship ≥ 220 .set EVO_FRIENDSHIP_DAY, 0x0002 ; Pokémon levels up during the day with friendship ≥ 220 |