Update hardware.inc to 5.3.0 and use its new constants

This commit is contained in:
Rangi42
2025-08-11 16:01:32 -04:00
parent b0d56dff91
commit fcd13b1298
4 changed files with 59 additions and 33 deletions

View File

@@ -1296,8 +1296,8 @@ endr
; Pressed this frame:
ld a, c
ldh [hMGJoypadPressed], a
ld a, $30
; Reset the joypad register since we're done with it.
ld a, JOYP_GET_NONE
ldh [rJOYP], a
ret