aboutsummaryrefslogtreecommitdiffstats
path: root/engine/events/pokedex_rating.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/events/pokedex_rating.asm')
-rw-r--r--engine/events/pokedex_rating.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/pokedex_rating.asm b/engine/events/pokedex_rating.asm
index 1086257a..510b11a3 100644
--- a/engine/events/pokedex_rating.asm
+++ b/engine/events/pokedex_rating.asm
@@ -42,7 +42,7 @@ DisplayDexRating:
inc de
.copyRatingTextLoop
ld a, [hli]
- cp "@"
+ cp '@'
jr z, .doneCopying
ld [de], a
inc de