Update hardware.inc to 5.1.0

This commit is contained in:
Rangi42
2025-06-29 15:53:34 -04:00
committed by Rangi
parent 8f5a8c5b5b
commit 5abf8d01fb
84 changed files with 845 additions and 696 deletions

View File

@@ -660,16 +660,16 @@ Function1704e1:
.Jumptable_2:
ld hl, hJoyPressed
ld a, [hl]
and A_BUTTON
and PAD_A
jr nz, .pressed_a_or_b
ld a, [hl]
and B_BUTTON
and PAD_B
jr nz, .pressed_a_or_b
ld a, [hl]
and D_UP
and PAD_UP
jr nz, .pressed_up
ld a, [hl]
and D_DOWN
and PAD_DOWN
jr nz, .pressed_down
ret