summaryrefslogtreecommitdiff
path: root/engine/pokedex
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-06-10 01:52:46 +0200
committermid-kid <esteve.varela@gmail.com>2019-06-10 01:52:46 +0200
commitad299b16358b5d73e24e0c12d2746936aad7f2ce (patch)
treea27a7f42aa201fc0207174c6840c1d0589653c08 /engine/pokedex
parentd6db0104294aa5f449dac69e1965f552d95440fa (diff)
Apply suggested changes
Diffstat (limited to 'engine/pokedex')
-rw-r--r--engine/pokedex/pokedex_2.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokedex/pokedex_2.asm b/engine/pokedex/pokedex_2.asm
index 0f42aea3a..ac47bd484 100644
--- a/engine/pokedex/pokedex_2.asm
+++ b/engine/pokedex/pokedex_2.asm
@@ -124,7 +124,7 @@ DisplayDexEntry:
jr z, .skip_height
push hl
push de
-; Print the height with two of the four digits will be in front of the decimal point
+; Print the height, with two of the four digits in front of the decimal point
ld hl, sp+$0
ld d, h
ld e, l
@@ -150,7 +150,7 @@ DisplayDexEntry:
or d
jr z, .skip_weight
push de
-; Print the height with four of the five digits will be in front of the decimal point
+; Print the weight, with four of the five digits in front of the decimal point
ld hl, sp+$0
ld d, h
ld e, l