mirror of
https://github.com/n64decomp/mk64
synced 2026-09-03 01:43:54 -04:00
the big code_80091750.c rename (#684)
* some rename
* type menu
* continue rename and place const
* Renames and doc
* more
* buffer vars
* clang format
* continue rename
* some rename and get it compile (but don't match for obscure reason)
* get it match again and fix some warning
* fix all warning
* Match 6 functions
* continue rename
* load img renames and first step or label menu items
* MenuItem struct names and some rename
* rename around
* rename code_80091750 to menu_item
* clean up a little
* Update menu_item.h
* document waypoint and more
* Revert "document waypoint and more"
This reverts commit 5e6eb4fbcc.
* apply review
* Update menu_item.c
* fix some review
* rename func_8009E620 to clear_menus
* do a rename
* apply review
* finish rename normally
* more small rename
* few fix of name
* few more fix
* minor fix
* Update menus.c
* last rename normally
* Update render_menus.s
* Update menu_items.c
* Renames seg2 textures.c
* MENU_ITEMtype --> MENU_ITEM_TYPE
* remove a useless parameter
* func_80099110 --> clear_menu_textures
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Co-authored-by: AloXado320 <david.albujar.s.30@gmail.com>
This commit is contained in:
+9
-7
@@ -177,7 +177,7 @@ enum { COURSE_ONE, COURSE_TWO, COURSE_THREE, COURSE_FOUR };
|
||||
#define CONTROLLER_PAK_MENU 9
|
||||
#define START_MENU 10
|
||||
#define MAIN_MENU 11
|
||||
#define PLAYER_SELECT_MENU 12
|
||||
#define CHARACTER_SELECT_MENU 12
|
||||
#define COURSE_SELECT_MENU 13
|
||||
#define RACING_DUPLICATE 14
|
||||
|
||||
@@ -219,12 +219,14 @@ enum { COURSE_ONE, COURSE_TWO, COURSE_THREE, COURSE_FOUR };
|
||||
* flashing between 2 colors, but also cause individual characters
|
||||
* to be cutoff on their right side
|
||||
*/
|
||||
#define TEXT_BLUE 0
|
||||
#define TEXT_GREEN 1
|
||||
#define TEXT_RED 2
|
||||
#define TEXT_YELLOW 3
|
||||
#define TEXT_BLUE_GREEN_RED_CYCLE_1 4
|
||||
#define TEXT_BLUE_GREEN_RED_CYCLE_2 5
|
||||
enum COLOR_ID {
|
||||
TEXT_BLUE,
|
||||
TEXT_GREEN,
|
||||
TEXT_RED,
|
||||
TEXT_YELLOW,
|
||||
TEXT_BLUE_GREEN_RED_CYCLE_1,
|
||||
TEXT_BLUE_GREEN_RED_CYCLE_2
|
||||
};
|
||||
|
||||
/**
|
||||
* @brief Sound mode options
|
||||
|
||||
Reference in New Issue
Block a user