aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokedex_rating.asm
diff options
context:
space:
mode:
authorDaniel Harding <corrnondacqb@yahoo.com>2015-07-22 10:24:00 -0500
committerDaniel Harding <corrnondacqb@yahoo.com>2015-07-22 10:24:00 -0500
commitc34156c5fb333864c1ae85036ea587c9f615a65a (patch)
tree70a98bceda2ec783da896bf3eb4efd1b0861c2a3 /engine/pokedex_rating.asm
parentUnify audio bank references (diff)
parentnamed more constants (diff)
downloadpokeyellow-c34156c5fb333864c1ae85036ea587c9f615a65a.tar.gz
pokeyellow-c34156c5fb333864c1ae85036ea587c9f615a65a.tar.xz
pokeyellow-c34156c5fb333864c1ae85036ea587c9f615a65a.zip
Merge pull request #107 from YamaArashi/master
enumerate events
Diffstat (limited to 'engine/pokedex_rating.asm')
-rwxr-xr-xengine/pokedex_rating.asm5
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