Harmonize engine/{gfx, items, link, math} with pokegold

This commit is contained in:
Rangi
2020-06-17 10:39:17 -04:00
parent f2550fc3c2
commit 8019db3ea9
13 changed files with 69 additions and 73 deletions

View File

@@ -125,7 +125,7 @@ DisplayDexEntry:
push hl
push de
; Print the height, with two of the four digits in front of the decimal point
ld hl, sp+$0
ld hl, sp+0
ld d, h
ld e, l
hlcoord 12, 7
@@ -151,7 +151,7 @@ DisplayDexEntry:
jr z, .skip_weight
push de
; Print the weight, with four of the five digits in front of the decimal point
ld hl, sp+$0
ld hl, sp+0
ld d, h
ld e, l
hlcoord 11, 9