diff options
Diffstat (limited to 'engine/pokedex_rating.asm')
-rwxr-xr-x | engine/pokedex_rating.asm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/engine/pokedex_rating.asm b/engine/pokedex_rating.asm index 881c9716..ca88673f 100755 --- a/engine/pokedex_rating.asm +++ b/engine/pokedex_rating.asm @@ -23,10 +23,7 @@ DisplayDexRating: ; 44169 (11:4169) ld a, [hli] ld h, [hl] ld l, a ; load text pointer into hl - ld a, [wd747] - bit 3, a - res 3, a - ld [wd747], a + CheckAndResetEventA EVENT_HALL_OF_FAME_DEX_RATING jr nz, .label3 push hl ld hl, PokedexRatingText_441cc |