1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Clean up uses of !PLATFORM_N64 vs PLATFORM_GC (#2134)

* Clean up uses of !PLATFORM_N64 vs PLATFORM_GC

* Put N64 button colors first
This commit is contained in:
cadmic 2024-09-06 02:18:59 -07:00 committed by GitHub
parent 3faa1c6acc
commit 53b2110373
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 35 additions and 35 deletions

View file

@ -151,7 +151,7 @@ typedef struct InterfaceContext {
#define A_BUTTON_X 186
#define A_BUTTON_Y 9
#if PLATFORM_N64
#if !PLATFORM_GC
#define A_BUTTON_R 90
#define A_BUTTON_G 90
#define A_BUTTON_B 255
@ -164,7 +164,7 @@ typedef struct InterfaceContext {
#define B_BUTTON_X 160
#define B_BUTTON_Y 17
#if PLATFORM_N64
#if !PLATFORM_GC
#define B_BUTTON_R 0
#define B_BUTTON_G 150
#define B_BUTTON_B 0
@ -186,7 +186,7 @@ typedef struct InterfaceContext {
#define C_UP_BUTTON_X 254
#define C_UP_BUTTON_Y 16
#if PLATFORM_N64
#if !PLATFORM_GC
#define START_BUTTON_R 200
#define START_BUTTON_G 0
#define START_BUTTON_B 0