aboutsummaryrefslogtreecommitdiffstats
path: root/engine/joypad.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/joypad.asm')
-rw-r--r--engine/joypad.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/joypad.asm b/engine/joypad.asm
index 8b514999..7ebb88ef 100644
--- a/engine/joypad.asm
+++ b/engine/joypad.asm
@@ -37,8 +37,8 @@ _Joypad::
ldh a, [hJoyInput]
ld b, a
- and A_BUTTON + B_BUTTON + SELECT + START + D_UP
- cp A_BUTTON + B_BUTTON + SELECT + START ; soft reset
+ and PAD_BUTTONS | PAD_UP
+ cp PAD_BUTTONS ; soft reset
jp z, TrySoftReset
ldh a, [hJoyLast]