You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Remove HRAM label address comments
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user