From 56c405de09ce267c4cfbc68a15c37b2ff51c635a Mon Sep 17 00:00:00 2001 From: Rangi <35663410+Rangi42@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:47:22 -0400 Subject: Replace hardware_constants.asm with hardware.inc (#511) --- engine/joypad.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/joypad.asm') diff --git a/engine/joypad.asm b/engine/joypad.asm index 63b09a87..2cb0d8db 100644 --- a/engine/joypad.asm +++ b/engine/joypad.asm @@ -3,7 +3,7 @@ _Joypad:: ; hJoyPressed: (hJoyLast ^ hJoyInput) & hJoyInput ldh a, [hJoyInput] - cp A_BUTTON + B_BUTTON + SELECT + START ; soft reset + cp PAD_A + PAD_B + PAD_SELECT + PAD_START ; soft reset jp z, TrySoftReset ld b, a -- cgit v1.3.1-sl0p