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:
parent
3faa1c6acc
commit
53b2110373
20 changed files with 35 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue