We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af67b0 commit ad04dceCopy full SHA for ad04dce
hardware.inc
@@ -66,7 +66,7 @@ def B_JOYP_DOWN equ 3 ; 0 = Down is pressed (if reading Control Pad) [ro]
66
def B_JOYP_UP equ 2 ; 0 = Up is pressed (if reading Control Pad) [ro]
67
def B_JOYP_LEFT equ 1 ; 0 = Left is pressed (if reading Control Pad) [ro]
68
def B_JOYP_RIGHT equ 0 ; 0 = Right is pressed (if reading Control Pad) [ro]
69
- def JOYP_INPUTS equ %0000_1111 ; 0 bits are pressed (if reading inputs)
+ def JOYP_INPUTS equ %0000_1111 ; bits equal to 0 indicate pressed (when reading inputs)
70
def JOYP_START equ 1 << B_JOYP_START
71
def JOYP_SELECT equ 1 << B_JOYP_SELECT
72
def JOYP_B equ 1 << B_JOYP_B
0 commit comments