diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-25 14:39:24 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-08-25 14:39:24 -0400 |
| commit | 7aa1c1f38840ba7873f05b762cebd6bd65941f79 (patch) | |
| tree | b8b172425d4a574699c5d9b1ff55beefbee54102 /engine/pokemon | |
| parent | 1c0fff7668dffccbc498bdaddfe4dcdf6fb08c7e (diff) | |
Remove HRAM label address comments
Diffstat (limited to 'engine/pokemon')
| -rw-r--r-- | engine/pokemon/bills_pc.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index 2fec62c45..012d0e5d2 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -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 |
