You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Add colons to some function labels
This commit is contained in:
@@ -84,7 +84,7 @@ PlacePartyNicknames:
|
||||
and a
|
||||
jr z, .end
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
.loop
|
||||
push bc
|
||||
push hl
|
||||
@@ -119,7 +119,7 @@ PlacePartyHPBar:
|
||||
and a
|
||||
ret z
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
hlcoord 11, 2
|
||||
.loop
|
||||
push bc
|
||||
@@ -185,7 +185,7 @@ PlacePartyMenuHPDigits:
|
||||
and a
|
||||
ret z
|
||||
ld c, a
|
||||
ld b, $0
|
||||
ld b, 0
|
||||
hlcoord 13, 1
|
||||
.loop
|
||||
push bc
|
||||
|
Reference in New Issue
Block a user