diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
commit | 6e9821ca07a64ee09129038286aaba3eb1825946 (patch) | |
tree | 903b8f2baba6870cbf5099b8ef5b5480e6e2b7ef /src/pokedex_cry_screen.c | |
parent | 54cda0308707ace7055cc8ea6f4e698e6324f911 (diff) |
Split contest code
Diffstat (limited to 'src/pokedex_cry_screen.c')
-rw-r--r-- | src/pokedex_cry_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex_cry_screen.c b/src/pokedex_cry_screen.c index edfed2c9d..30421daba 100644 --- a/src/pokedex_cry_screen.c +++ b/src/pokedex_cry_screen.c @@ -234,7 +234,7 @@ u8 sub_8119E3C(struct CryRelatedStruct *cry, u8 arg1) gUnknown_03005E98++; break; case 1: - r7 = cry->unk2 << 11; + r7 = cry->excitementAppealBonus << 11; r6 = (cry->paletteNo << 12) + ((unsigned)(cry->totalPoints << 18) >> 23); for (i = 0; i < 7; i++) { |