mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-21 14:31:17 +00:00
Decompiles most FBDemo and transition functions (#92)
* Decompile fbdemo (transition) files * run format.sh * reformat vtx array, fill in a couple unk * match TransitionTriforce_IsDone * add VTX macro, add DW_ wrapping around triangle macros * use new VTX macro, name graphic assets * Naming updates * pr updates * naming updates * remove symbols for COLOR_BUFFER, D_08000000, and D_09000000
This commit is contained in:
parent
16b304d548
commit
5525365f7f
46 changed files with 1905 additions and 2153 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
.align 4
|
||||
|
||||
glabel func_801001E0
|
||||
glabel guScale
|
||||
/* B77380 801001E0 3C014780 */ li $at, 0x47800000 # 0.000000
|
||||
/* B77384 801001E4 44812000 */ mtc1 $at, $f4
|
||||
/* B77388 801001E8 44853000 */ mtc1 $a1, $f6
|
||||
|
@ -42,7 +42,7 @@ glabel func_801001E0
|
|||
/* B773F4 80100254 AC8A0028 */ sw $t2, 0x28($a0)
|
||||
/* B773F8 80100258 AC880008 */ sw $t0, 8($a0)
|
||||
/* B773FC 8010025C 44095000 */ mfc1 $t1, $f10
|
||||
/* B77400 80100260 00000000 */ nop
|
||||
/* B77400 80100260 00000000 */ nop
|
||||
/* B77404 80100264 00095402 */ srl $t2, $t1, 0x10
|
||||
/* B77408 80100268 000A4400 */ sll $t0, $t2, 0x10
|
||||
/* B7740C 8010026C AC880014 */ sw $t0, 0x14($a0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue