Apply suggested changes

This commit is contained in:
mid-kid
2019-06-10 01:52:46 +02:00
parent d6db010429
commit ad299b1635
3 changed files with 33 additions and 29 deletions

View File

@@ -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