mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-10 17:00:19 +00:00
Decompiled various small files
- Decompiled `code_8006C360.c` - Decompiled `prenmi_buf.c` (previously `code_8007BE60.c`) - Decompiled `code_8007BF10.c` - Documented `sys_ucode.c`
This commit is contained in:
parent
9c9ad6160b
commit
8779aaa758
20 changed files with 174 additions and 178 deletions
10
asm/graph.s
10
asm/graph.s
|
@ -539,13 +539,13 @@ glabel func_800C5DC0
|
|||
/* B3D1A8 800C6008 24090001 */ li $t1, 1
|
||||
/* B3D1AC 800C600C 240C0004 */ li $t4, 4
|
||||
/* B3D1B0 800C6010 AE090000 */ sw $t1, ($s0)
|
||||
/* B3D1B4 800C6014 0C034B7C */ jal func_800D2DF0
|
||||
/* B3D1B4 800C6014 0C034B7C */ jal SysUcode_GetUCodeBoot
|
||||
/* B3D1B8 800C6018 AE0C0004 */ sw $t4, 4($s0)
|
||||
/* B3D1BC 800C601C 0C034B7F */ jal func_800D2DFC
|
||||
/* B3D1BC 800C601C 0C034B7F */ jal SysUcode_GetUcodeBootSize
|
||||
/* B3D1C0 800C6020 AE020008 */ sw $v0, 8($s0)
|
||||
/* B3D1C4 800C6024 0C034B85 */ jal func_800D2E14
|
||||
/* B3D1C4 800C6024 0C034B85 */ jal SysUcode_GetUcode
|
||||
/* B3D1C8 800C6028 AE02000C */ sw $v0, 0xc($s0)
|
||||
/* B3D1CC 800C602C 0C034B88 */ jal func_800D2E20
|
||||
/* B3D1CC 800C602C 0C034B88 */ jal SysUcode_GetUcodeData
|
||||
/* B3D1D0 800C6030 AE020010 */ sw $v0, 0x10($s0)
|
||||
/* B3D1D4 800C6034 3C0F801B */ lui $t7, %hi(gGfxSPTaskStack) # $t7, 0x801b
|
||||
/* B3D1D8 800C6038 3C19801A */ lui $t9, %hi(gGfxSPTaskOutputBuffer) # $t9, 0x801a
|
||||
|
@ -1056,7 +1056,7 @@ glabel func_800C61D8
|
|||
.L800C67DC:
|
||||
/* B3D97C 800C67DC 10800014 */ beqz $a0, .L800C6830
|
||||
/* B3D980 800C67E0 3C048016 */ lui $a0, %hi(gAppNmiBufferPtr) # $a0, 0x8016
|
||||
/* B3D984 800C67E4 0C01EFC2 */ jal func_8007BF08
|
||||
/* B3D984 800C67E4 0C01EFC2 */ jal PreNmiBuff_IsResetting
|
||||
/* B3D988 800C67E8 8C846660 */ lw $a0, %lo(gAppNmiBufferPtr)($a0)
|
||||
/* B3D98C 800C67EC 10400010 */ beqz $v0, .L800C6830
|
||||
/* B3D990 800C67F0 8FAE00CC */ lw $t6, 0xcc($sp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue