You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Harmonize engine/{gfx, items, link, math} with pokegold
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user