mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00: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:
parent
c00991da29
commit
d2aca2239f
6 changed files with 79 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue