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

@@ -511,7 +511,7 @@ OWPlayerInput:
CheckAPressOW:
ldh a, [hJoyPressed]
and A_BUTTON
and PAD_A
ret z
call TryObjectEvent
ret c
@@ -817,10 +817,10 @@ CheckMenuOW:
ldh [hUnusedByte], a
ldh a, [hJoyPressed]
bit SELECT_F, a
bit B_PAD_SELECT, a
jr nz, .Select
bit START_F, a
bit B_PAD_START, a
jr z, .NoMenu
ld a, BANK(StartMenuScript)