aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokedex_rating.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-30 01:54:27 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-30 01:54:27 +0100
commit237aeb8fbdb204948d611830565d4a00c6b0ab70 (patch)
tree94dea41b4af4a3374a1a1e2f56665cff2ea5baa9 /engine/pokedex_rating.asm
parentUppercase battle status constants (diff)
downloadpokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.gz
pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.tar.xz
pokeyellow-237aeb8fbdb204948d611830565d4a00c6b0ab70.zip
Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x
Diffstat (limited to 'engine/pokedex_rating.asm')
-rwxr-xr-xengine/pokedex_rating.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokedex_rating.asm b/engine/pokedex_rating.asm
index f8e29e5c..aff9769e 100755
--- a/engine/pokedex_rating.asm
+++ b/engine/pokedex_rating.asm
@@ -42,7 +42,7 @@ DisplayDexRating:
inc de
.copyRatingTextLoop
ld a, [hli]
- cp a, "@"
+ cp "@"
jr z, .doneCopying
ld [de], a
inc de