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

View File

@@ -335,7 +335,7 @@ InitPokegearTilemap:
.ok
farcall PokegearMap
ld a, $07
ld bc, $12
ld bc, SCREEN_WIDTH - 2
hlcoord 1, 2
call ByteFill
hlcoord 0, 2
@@ -2165,7 +2165,7 @@ TownMapBubble:
hlcoord 1, 1
; Middle row
ld bc, 18
ld bc, SCREEN_WIDTH - 2
ld a, " "
call ByteFill
@@ -2481,10 +2481,10 @@ Pokedex_GetArea:
ld a, " "
call ByteFill
hlcoord 0, 1
ld a, $6
ld a, $06
ld [hli], a
ld bc, SCREEN_WIDTH - 2
ld a, $7
ld a, $07
call ByteFill
ld [hl], $17
call GetPokemonName