git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit b5869f7eb0bf0a821a0b415517f11b164d3b123c
parent e63e2e90cf87515afff4e88667b5f644542b8178
Author: Toxa <untoxa@mail.ru>
Date:   Tue,  8 Aug 2023 23:54:04 +0300

SMS: swap buttons A and B to match game boy buttons

Diffstat:
Mgbdk-lib/include/sms/sms.h4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gbdk-lib/include/sms/sms.h b/gbdk-lib/include/sms/sms.h @@ -50,8 +50,8 @@ #define J_DOWN 0b00000010 #define J_LEFT 0b00000100 #define J_RIGHT 0b00001000 -#define J_A 0b00010000 -#define J_B 0b00100000 +#define J_B 0b00010000 +#define J_A 0b00100000 #if defined(__TARGET_sms) #define J_SELECT 0b00100000 #define J_START 0b00010000

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.