mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Documentation of fox_option (#80)
* Renamed functions and variables related to the option cards * Fixed format * Renamed OptionLabel to OptionTexture * Added more types on fox_option * Reverted note_data * Renamed OptionEntryId to OptionId * Renamed ranking menu * Added OPTION_COUNT * Renamed missing declarations on option cards * Added vars on symbol_addrs_overlays * Removed hardcoded option count * Fixed format * Added missing option state assingments * Fixed fox_game format
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
Option_ExpertSoundUpdate = 0x80195944;
|
||||
Option_ExpertSoundUpdate = 0x80195944; // segment:ovl_menu
|
||||
Option_VersusStageInit = 0x80199FA8; // segment:ovl_menu
|
||||
planet = 0x801AF4A0; // type:Planet segment:ovl_menu size:0x38
|
||||
sPlanetNames = 0x801AF9F4; // type:s32 segment:ovl_menu size:0xF
|
||||
GetPlanetId = 0x801A6480; // force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE638 = 0x801AE638; // type:MenuContext segment:ovl_menu size:0x240
|
||||
sOptionCardList = 0x801AE638; // type:OptionEntry segment:ovl_menu size:0x240
|
||||
D_EBFBE0_801AE99C = 0x801AE99C; // force_migration:True segment:ovl_menu
|
||||
sTimeTrialMinuteTextures = 0x801AF28C; // force_migration:True segment:ovl_menu
|
||||
sPlanetList = 0x801AF7E8;
|
||||
spectrumAnalizerMode = 0x801B9318;
|
||||
D_EBFBE0_801B6E50 = 0x801B6E50; // force_migration:True segment:ovl_menu
|
||||
|
||||
@@ -415,8 +415,8 @@ gGameState = 0x80177834;
|
||||
D_80177838 = 0x80177838;
|
||||
D_Timer_8017783C = 0x8017783C;
|
||||
D_80177840 = 0x80177840;
|
||||
gOptionMenuStatus = 0x8017784C; //type:OptionState
|
||||
gBossHealthBar = 0x80177848;
|
||||
D_8017784C = 0x8017784C;
|
||||
D_80177850 = 0x80177850;
|
||||
D_80177854 = 0x80177854;
|
||||
D_80177858 = 0x80177858;
|
||||
@@ -730,4 +730,3 @@ func_800B832C = 0x800B832C;
|
||||
func_800B852C = 0x800B852C;
|
||||
func_800B86A4 = 0x800B86A4;
|
||||
func_800B86CC = 0x800B86CC;
|
||||
|
||||
|
||||
@@ -14,11 +14,11 @@ D_DF4260_8019A008 = 0x8019A008;
|
||||
func_E08400_80187B08 = 0x80187B08;
|
||||
func_E08400_80188A40 = 0x80188A40;
|
||||
D_E08400_80195D70 = 0x80195D70;
|
||||
D_EBFBE0_801AE570 = 0x801AE570; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE588 = 0x801AE588; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE5A0 = 0x801AE5A0; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE5B8 = 0x801AE5B8; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE5D0 = 0x801AE5D0; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
sOptionCardPosY = 0x801AE570; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
sOptionCardTextPosX = 0x801AE588; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
sOptionCardTextPosY = 0x801AE5A0; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
sOptionCardCurTextPosX = 0x801AE5B8; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
sOptionCardCurTextPosY = 0x801AE5D0; // type:f32 size:0x18 force_migration:True segment:ovl_menu
|
||||
|
||||
D_EBFBE0_801AE9A0 = 0x801AE9A0; // type:f32 size:0x10 force_migration:True segment:ovl_menu
|
||||
D_EBFBE0_801AE9B0 = 0x801AE9B0; // type:f32 size:0x10 force_migration:True segment:ovl_menu
|
||||
@@ -145,4 +145,3 @@ D_E9F1D0_801A7F70 = 0x801A7F70;
|
||||
D_E9F1D0_801A7F78 = 0x801A7F78;
|
||||
|
||||
D_EFFA40_801875C0 = 0x801875C0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user