Remove HRAM label address comments

This commit is contained in:
Rangi
2018-08-25 14:39:24 -04:00
parent 1c0fff7668
commit 7aa1c1f388
8 changed files with 22 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ _DepositPKMN:
ret
.HandleJoypad:
ld hl, hJoyPressed ; $ffa7
ld hl, hJoyPressed
ld a, [hl]
and B_BUTTON
jr nz, .b_button
@@ -328,7 +328,7 @@ _WithdrawPKMN:
ret
.Joypad:
ld hl, hJoyPressed ; $ffa7
ld hl, hJoyPressed
ld a, [hl]
and B_BUTTON
jr nz, .b_button
@@ -1660,7 +1660,7 @@ BillsPC_StatsScreen:
ret
StatsScreenDPad:
ld hl, hJoyPressed ; $ffa7
ld hl, hJoyPressed
ld a, [hl]
and A_BUTTON | B_BUTTON | D_RIGHT | D_LEFT
ld [wMenuJoypad], a