Gamestates Cleanup (#1047)

* Setup

* ConsoleLogo

* TitleSetup

* MapSelect

* FileSelect

* Daytelop

* Save file

* PreNMI

* Final cleanup and format

* Update include/functions.h

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>

* DayTelop

* Split off setup

* split of prenmi

* readd SET

* shorten some gamestate member names

* Add comment about init

* Update include/z64.h

Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>

* Small cleanup of comments

* PR

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
Co-authored-by: EllipticEllipsis <elliptic.ellipsis@gmail.com>
This commit is contained in:
Derek Hensley
2022-09-24 16:40:40 -03:00
committed by GitHub
co-authored by engineer124 EllipticEllipsis
parent 0e1b244354
commit 6d6304d1a0
26 changed files with 369 additions and 369 deletions
+6 -6
View File
@@ -2630,10 +2630,10 @@ asm/non_matchings/code/audioMgr/AudioMgr_HandlePRENMI.s,AudioMgr_HandlePRENMI,0x
asm/non_matchings/code/audioMgr/AudioMgr_ThreadEntry.s,AudioMgr_ThreadEntry,0x80172ED0,0x5E
asm/non_matchings/code/audioMgr/AudioMgr_Unlock.s,AudioMgr_Unlock,0x80173048,0xB
asm/non_matchings/code/audioMgr/AudioMgr_Init.s,AudioMgr_Init,0x80173074,0x2F
asm/non_matchings/code/title_setup/TitleSetup_GameStateResetContext.s,TitleSetup_GameStateResetContext,0x80173130,0x6B
asm/non_matchings/code/title_setup/TitleSetup_InitImpl.s,TitleSetup_InitImpl,0x801732DC,0x14
asm/non_matchings/code/title_setup/TitleSetup_Destroy.s,TitleSetup_Destroy,0x8017332C,0x3
asm/non_matchings/code/title_setup/TitleSetup_Init.s,TitleSetup_Init,0x80173338,0xA
asm/non_matchings/code/title_setup/Setup_SetRegs.s,Setup_SetRegs,0x80173130,0x6B
asm/non_matchings/code/title_setup/Setup_InitImpl.s,Setup_InitImpl,0x801732DC,0x14
asm/non_matchings/code/title_setup/Setup_Destroy.s,Setup_Destroy,0x8017332C,0x3
asm/non_matchings/code/title_setup/Setup_Init.s,Setup_Init,0x80173338,0xA
asm/non_matchings/code/game/Game_UpdateFramerateVariables.s,Game_UpdateFramerateVariables,0x80173360,0x12
asm/non_matchings/code/game/Game_SetFramerateDivisor.s,Game_SetFramerateDivisor,0x801733A8,0xD
asm/non_matchings/code/game/GameState_SetFBFilter.s,GameState_SetFBFilter,0x801733DC,0x56
@@ -2648,8 +2648,8 @@ asm/non_matchings/code/game/Game_InitHeap.s,Game_InitHeap,0x80173810,0x1C
asm/non_matchings/code/game/Game_ResizeHeap.s,Game_ResizeHeap,0x80173880,0x34
asm/non_matchings/code/game/GameState_Init.s,GameState_Init,0x80173950,0x40
asm/non_matchings/code/game/GameState_Destroy.s,GameState_Destroy,0x80173A50,0x2C
asm/non_matchings/code/game/GameState_GetNextStateInit.s,GameState_GetNextStateInit,0x80173B00,0x3
asm/non_matchings/code/game/GameState_GetNextStateSize.s,GameState_GetNextStateSize,0x80173B0C,0x3
asm/non_matchings/code/game/GameState_GetInit.s,GameState_GetInit,0x80173B00,0x3
asm/non_matchings/code/game/GameState_GetSize.s,GameState_GetSize,0x80173B0C,0x3
asm/non_matchings/code/game/GameState_IsRunning.s,GameState_IsRunning,0x80173B18,0x3
asm/non_matchings/code/game/Game_GetHeapFreeSize.s,Game_GetHeapFreeSize,0x80173B24,0x9
asm/non_matchings/code/game/func_80173B48.s,func_80173B48,0x80173B48,0x2A
1 asm/non_matchings/code/z_en_a_keep/EnAObj_Init.s EnAObj_Init 0x800A5AC0 0x2B
2630 asm/non_matchings/code/audioMgr/AudioMgr_ThreadEntry.s AudioMgr_ThreadEntry 0x80172ED0 0x5E
2631 asm/non_matchings/code/audioMgr/AudioMgr_Unlock.s AudioMgr_Unlock 0x80173048 0xB
2632 asm/non_matchings/code/audioMgr/AudioMgr_Init.s AudioMgr_Init 0x80173074 0x2F
2633 asm/non_matchings/code/title_setup/TitleSetup_GameStateResetContext.s asm/non_matchings/code/title_setup/Setup_SetRegs.s TitleSetup_GameStateResetContext Setup_SetRegs 0x80173130 0x6B
2634 asm/non_matchings/code/title_setup/TitleSetup_InitImpl.s asm/non_matchings/code/title_setup/Setup_InitImpl.s TitleSetup_InitImpl Setup_InitImpl 0x801732DC 0x14
2635 asm/non_matchings/code/title_setup/TitleSetup_Destroy.s asm/non_matchings/code/title_setup/Setup_Destroy.s TitleSetup_Destroy Setup_Destroy 0x8017332C 0x3
2636 asm/non_matchings/code/title_setup/TitleSetup_Init.s asm/non_matchings/code/title_setup/Setup_Init.s TitleSetup_Init Setup_Init 0x80173338 0xA
2637 asm/non_matchings/code/game/Game_UpdateFramerateVariables.s Game_UpdateFramerateVariables 0x80173360 0x12
2638 asm/non_matchings/code/game/Game_SetFramerateDivisor.s Game_SetFramerateDivisor 0x801733A8 0xD
2639 asm/non_matchings/code/game/GameState_SetFBFilter.s GameState_SetFBFilter 0x801733DC 0x56
2648 asm/non_matchings/code/game/Game_ResizeHeap.s Game_ResizeHeap 0x80173880 0x34
2649 asm/non_matchings/code/game/GameState_Init.s GameState_Init 0x80173950 0x40
2650 asm/non_matchings/code/game/GameState_Destroy.s GameState_Destroy 0x80173A50 0x2C
2651 asm/non_matchings/code/game/GameState_GetNextStateInit.s asm/non_matchings/code/game/GameState_GetInit.s GameState_GetNextStateInit GameState_GetInit 0x80173B00 0x3
2652 asm/non_matchings/code/game/GameState_GetNextStateSize.s asm/non_matchings/code/game/GameState_GetSize.s GameState_GetNextStateSize GameState_GetSize 0x80173B0C 0x3
2653 asm/non_matchings/code/game/GameState_IsRunning.s GameState_IsRunning 0x80173B18 0x3
2654 asm/non_matchings/code/game/Game_GetHeapFreeSize.s Game_GetHeapFreeSize 0x80173B24 0x9
2655 asm/non_matchings/code/game/func_80173B48.s func_80173B48 0x80173B48 0x2A