mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
ovl_select: ZELDA MAP SELECT matched and documented (#310)
* basic functions * errr * Progress, kinda * func_808016E8 * func_808019FC and func_80801A64 * Import data * Format * some progress * func_808013B8 * func_80801620 * fix stuff * func_80800930 * improve func_80800A44 a bit * At least it is equivalent now * matches! * small renames * Use generated reloc * move functions * Renaming a lot of stuff * Some functions renames * Rename members * Add translations for everything * Run formatter * Update include/alloca.h Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Bigpo/z_en_bigpo.c Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * review changes * review comments * Update src/overlays/gamestates/ovl_select/z_select.h Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> * Update src/overlays/gamestates/ovl_select/z_select.h Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com> Co-authored-by: Kenix3 <kenixwhisperwind@gmail.com>
This commit is contained in:
co-authored by
EllipticEllipsis
engineer124
Kenix3
parent
ddc643f708
commit
2f000058f5
@@ -20,6 +20,7 @@ animdict ={
|
||||
"func_800F0568": "Audio_PlaySoundAtPosition",
|
||||
"func_8016970C": "Play_CameraSetAtEye",
|
||||
"func_800BBA88": "Enemy_StartFinishingBlow",
|
||||
"func_801A89A8": "Audio_QueueSeqCmd",
|
||||
}
|
||||
|
||||
def replace_anim(file):
|
||||
|
||||
+12
-12
@@ -2796,7 +2796,7 @@
|
||||
0x80144628:("func_80144628",),
|
||||
0x80144684:("Sram_GenerateRandomSaveFields",),
|
||||
0x80144890:("func_80144890",),
|
||||
0x80144968:("func_80144968",),
|
||||
0x80144968:("Sram_InitDebugSave",),
|
||||
0x80144A94:("func_80144A94",),
|
||||
0x80144E78:("func_80144E78",),
|
||||
0x8014546C:("func_8014546C",),
|
||||
@@ -4059,7 +4059,7 @@
|
||||
0x801A7B10:("func_801A7B10",),
|
||||
0x801A7D04:("func_801A7D04",),
|
||||
0x801A7D84:("func_801A7D84",),
|
||||
0x801A89A8:("func_801A89A8",),
|
||||
0x801A89A8:("Audio_QueueSeqCmd",),
|
||||
0x801A89D0:("func_801A89D0",),
|
||||
0x801A8A50:("func_801A8A50",),
|
||||
0x801A8ABC:("func_801A8ABC",),
|
||||
@@ -4093,16 +4093,16 @@
|
||||
0x8080066C:("Title_Main",),
|
||||
0x8080071C:("Title_Destroy",),
|
||||
0x8080074C:("Title_Init",),
|
||||
0x80800910:("func_80800910",),
|
||||
0x80800930:("func_80800930",),
|
||||
0x80800A44:("func_80800A44",),
|
||||
0x808013B8:("func_808013B8",),
|
||||
0x80801594:("func_80801594",),
|
||||
0x80801620:("func_80801620",),
|
||||
0x808016E8:("func_808016E8",),
|
||||
0x8080194C:("func_8080194C",),
|
||||
0x808019FC:("func_808019FC",),
|
||||
0x80801A64:("func_80801A64",),
|
||||
0x80800910:("Select_LoadTitle",),
|
||||
0x80800930:("Select_LoadGame",),
|
||||
0x80800A44:("Select_UpdateMenu",),
|
||||
0x808013B8:("Select_PrintMenu",),
|
||||
0x80801594:("Select_PrintLoadingMessage",),
|
||||
0x80801620:("Select_PrintAgeSetting",),
|
||||
0x808016E8:("Select_PrintCutsceneSetting",),
|
||||
0x8080194C:("Select_DrawMenu",),
|
||||
0x808019FC:("Select_DrawLoadingScreen",),
|
||||
0x80801A64:("Select_Draw",),
|
||||
0x80801AFC:("Select_Main",),
|
||||
0x80801B28:("Select_Destroy",),
|
||||
0x80801B4C:("Select_Init",),
|
||||
|
||||
@@ -4609,9 +4609,9 @@
|
||||
0x80800868:("D_80800868","UNK_TYPE1","",0x1),
|
||||
0x80800870:("D_80800870","UNK_TYPE1","",0x1),
|
||||
0x80800880:("titleUnknownVector3f","Vec3f","",0xc),
|
||||
0x80801C80:("D_80801C80","UNK_PTR","",0x4),
|
||||
0x80802334:("D_80802334","UNK_PTR","",0x4),
|
||||
0x80802364:("D_80802364","UNK_PTR","",0x4),
|
||||
0x80801C80:("sScenes","UNK_PTR","",0x4),
|
||||
0x80802334:("sLoadingMessages","UNK_PTR","",0x4),
|
||||
0x80802364:("sFormLabel","UNK_PTR","",0x4),
|
||||
0x80802390:("D_80802390","char","[]",0x1),
|
||||
0x808023AC:("D_808023AC","char","[]",0x1),
|
||||
0x808023C4:("D_808023C4","char","[]",0x1),
|
||||
|
||||
@@ -2310,7 +2310,7 @@ asm/non_matchings/code/z_sram_NES/Sram_CalcChecksum.s,Sram_CalcChecksum,0x801445
|
||||
asm/non_matchings/code/z_sram_NES/func_80144628.s,func_80144628,0x80144628,0x17
|
||||
asm/non_matchings/code/z_sram_NES/Sram_GenerateRandomSaveFields.s,Sram_GenerateRandomSaveFields,0x80144684,0x83
|
||||
asm/non_matchings/code/z_sram_NES/func_80144890.s,func_80144890,0x80144890,0x36
|
||||
asm/non_matchings/code/z_sram_NES/func_80144968.s,func_80144968,0x80144968,0x4B
|
||||
asm/non_matchings/code/z_sram_NES/Sram_InitDebugSave.s,Sram_InitDebugSave,0x80144968,0x4B
|
||||
asm/non_matchings/code/z_sram_NES/func_80144A94.s,func_80144A94,0x80144A94,0xF9
|
||||
asm/non_matchings/code/z_sram_NES/func_80144E78.s,func_80144E78,0x80144E78,0x17D
|
||||
asm/non_matchings/code/z_sram_NES/func_8014546C.s,func_8014546C,0x8014546C,0x8B
|
||||
@@ -3573,7 +3573,7 @@ asm/non_matchings/code/code_801A5BD0/func_801A794C.s,func_801A794C,0x801A794C,0x
|
||||
asm/non_matchings/code/code_801A7B10/func_801A7B10.s,func_801A7B10,0x801A7B10,0x7D
|
||||
asm/non_matchings/code/code_801A7B10/func_801A7D04.s,func_801A7D04,0x801A7D04,0x20
|
||||
asm/non_matchings/code/code_801A7B10/func_801A7D84.s,func_801A7D84,0x801A7D84,0x309
|
||||
asm/non_matchings/code/code_801A7B10/func_801A89A8.s,func_801A89A8,0x801A89A8,0xA
|
||||
asm/non_matchings/code/code_801A7B10/Audio_QueueSeqCmd.s,Audio_QueueSeqCmd,0x801A89A8,0xA
|
||||
asm/non_matchings/code/code_801A7B10/func_801A89D0.s,func_801A89D0,0x801A89D0,0x20
|
||||
asm/non_matchings/code/code_801A7B10/func_801A8A50.s,func_801A8A50,0x801A8A50,0x1B
|
||||
asm/non_matchings/code/code_801A7B10/func_801A8ABC.s,func_801A8ABC,0x801A8ABC,0x16
|
||||
|
||||
|
Reference in New Issue
Block a user