summaryrefslogtreecommitdiff
path: root/engine/pokemon/party_menu.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pokemon/party_menu.asm')
-rw-r--r--engine/pokemon/party_menu.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokemon/party_menu.asm b/engine/pokemon/party_menu.asm
index f10248e4..16126667 100644
--- a/engine/pokemon/party_menu.asm
+++ b/engine/pokemon/party_menu.asm
@@ -134,7 +134,7 @@ PlacePartyHPBar:
ld hl, wHPPals
ld a, [wSGBPals]
ld c, a
- ld b, $0
+ ld b, 0
add hl, bc
call SetHPPal
ld b, SCGB_PARTY_MENU_HP_BARS
@@ -604,7 +604,7 @@ PartyMenuSelect:
dec a
ld [wCurPartyMon], a
ld c, a
- ld b, $0
+ ld b, 0
ld hl, wPartySpecies
add hl, bc
ld a, [hl]
@@ -637,7 +637,7 @@ PrintPartyMenuText:
and $f ; drop high nibble
ld hl, PartyMenuStrings
ld e, a
- ld d, $0
+ ld d, 0
add hl, de
add hl, de
ld a, [hli]