mirror of
https://github.com/zeldaret/oot
synced 2026-06-24 09:41:27 -04:00
[ntsc-1.2] Match a bunch of small stuff (#2094)
* Match z_fbdemo_wipe1.c
* Fix gDPSetTileCustom
* Match z_eff_ss_dead.c
* Match src/code/audio_thread_manager.c
* Match z_parameter.c
* Match KaleidoScope_DrawWorldMap
* Format
* 1 -> AUDIOMGR_DEBUG_LEVEL_NO_RSP
* Actually match KaleidoScope_DrawWorldMap
* Add comment on duplicate code
* Revert "Fix gDPSetTileCustom"
This reverts commit de09338d92.
This commit is contained in:
@@ -186,6 +186,16 @@ typedef struct InterfaceContext {
|
||||
#define C_UP_BUTTON_X 254
|
||||
#define C_UP_BUTTON_Y 16
|
||||
|
||||
#if PLATFORM_N64
|
||||
#define START_BUTTON_R 200
|
||||
#define START_BUTTON_G 0
|
||||
#define START_BUTTON_B 0
|
||||
#else
|
||||
#define START_BUTTON_R 120
|
||||
#define START_BUTTON_G 120
|
||||
#define START_BUTTON_B 120
|
||||
#endif
|
||||
|
||||
/**
|
||||
* These are the colors for the hearts in the interface. The prim color is the red color of the heart
|
||||
* for the base hearts, while the prim color for the double defense hearts is the white outline. The
|
||||
|
||||
Reference in New Issue
Block a user