Skip to content

Commit ad04dce

Browse files
Rangi42ISSOtm
andauthored
Update comment
Co-authored-by: Eldred Habert <me@eldred.fr>
1 parent 4af67b0 commit ad04dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def B_JOYP_DOWN equ 3 ; 0 = Down is pressed (if reading Control Pad) [ro]
6666
def B_JOYP_UP equ 2 ; 0 = Up is pressed (if reading Control Pad) [ro]
6767
def B_JOYP_LEFT equ 1 ; 0 = Left is pressed (if reading Control Pad) [ro]
6868
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)
69+
def JOYP_INPUTS equ %0000_1111 ; bits equal to 0 indicate pressed (when reading inputs)
7070
def JOYP_START equ 1 << B_JOYP_START
7171
def JOYP_SELECT equ 1 << B_JOYP_SELECT
7272
def JOYP_B equ 1 << B_JOYP_B

0 commit comments

Comments
 (0)