mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Decompile playback.c (#82)
* Decompile playback.c * Remove rename_sym.sh * Fixed for loop in pop_node_... * Address krim's other issues * Remove rename_sym again * Address Roman's comments. * Fix build and remove rename_sym another time.
This commit is contained in:
parent
aecf375b84
commit
e050319e07
21 changed files with 2658 additions and 2679 deletions
|
@ -238,7 +238,7 @@ glabel D_8016E9A4
|
|||
glabel D_8016EE8B
|
||||
.space 0x2F5
|
||||
|
||||
glabel D_8016F180
|
||||
glabel gAudioContext
|
||||
.space 0x1
|
||||
|
||||
glabel D_8016F181
|
||||
|
@ -364,7 +364,7 @@ glabel D_80171A14
|
|||
glabel D_80171A18
|
||||
.space 0x2
|
||||
|
||||
glabel D_80171A1A
|
||||
glabel gSoundMode
|
||||
.space 0x2
|
||||
|
||||
glabel D_80171A1C
|
||||
|
@ -610,7 +610,7 @@ glabel D_80174CA0
|
|||
glabel D_80174D08
|
||||
.space 0x10
|
||||
|
||||
glabel D_80174D18
|
||||
glabel gNoteFreeLists
|
||||
.space 0x10
|
||||
|
||||
glabel D_80174D28
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
.section .data
|
||||
|
||||
glabel D_8012F090
|
||||
glabel gWaveSamples
|
||||
.incbin "baserom.z64", 0xBA6230, 0x8
|
||||
|
||||
glabel D_8012F098
|
||||
|
@ -40,13 +40,13 @@ glabel D_8012FAC4
|
|||
glabel D_8012FAD4
|
||||
.incbin "baserom.z64", 0xBA6C74, 0x10
|
||||
|
||||
glabel D_8012FAE4
|
||||
glabel gZeroNoteSub
|
||||
.incbin "baserom.z64", 0xBA6C84, 0x20
|
||||
|
||||
glabel D_8012FB04
|
||||
glabel gDefaultNoteSub
|
||||
.incbin "baserom.z64", 0xBA6CA4, 0x20
|
||||
|
||||
glabel D_8012FB24
|
||||
glabel gHeadsetPanQuantization
|
||||
.incbin "baserom.z64", 0xBA6CC4, 0x7E
|
||||
|
||||
glabel D_8012FBA2
|
||||
|
@ -55,13 +55,13 @@ glabel D_8012FBA2
|
|||
glabel D_8012FBAA
|
||||
.incbin "baserom.z64", 0xBA6D4A, 0x7E
|
||||
|
||||
glabel D_8012FC28
|
||||
glabel gHeadsetPanVolume
|
||||
.incbin "baserom.z64", 0xBA6DC8, 0x1FC
|
||||
|
||||
glabel D_8012FE24
|
||||
.incbin "baserom.z64", 0xBA6FC4, 0x4
|
||||
|
||||
glabel D_8012FE28
|
||||
glabel gStereoPanVolume
|
||||
.incbin "baserom.z64", 0xBA6FC8, 0x1D7
|
||||
|
||||
glabel D_8012FFFF
|
||||
|
@ -82,7 +82,7 @@ glabel D_80130006
|
|||
glabel D_80130024
|
||||
.incbin "baserom.z64", 0xBA71C4, 0x4
|
||||
|
||||
glabel D_80130028
|
||||
glabel gDefaultPanVolume
|
||||
.incbin "baserom.z64", 0xBA71C8, 0x1FC
|
||||
|
||||
glabel D_80130224
|
||||
|
|
|
@ -1,46 +0,0 @@
|
|||
.include "macro.inc"
|
||||
|
||||
# assembler directives
|
||||
.set noat # allow manual use of $at
|
||||
.set noreorder # don't insert nops after branches
|
||||
.set gp=64 # allow use of 64-bit general purposee registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.align 4
|
||||
|
||||
glabel D_801495C0
|
||||
.float 0.707
|
||||
|
||||
glabel D_801495C4
|
||||
.float 4095.999
|
||||
|
||||
glabel D_801495C8
|
||||
.float 1.99998
|
||||
|
||||
glabel D_801495CC
|
||||
.float 3.99996
|
||||
|
||||
glabel D_801495D0
|
||||
.float 1.99998
|
||||
|
||||
glabel D_801495D4
|
||||
.float 0.99999
|
||||
|
||||
glabel D_801495D8
|
||||
.float 1.0465
|
||||
|
||||
glabel D_801495DC
|
||||
.float 1.99999
|
||||
|
||||
glabel D_801495E0
|
||||
.float 0.52325
|
||||
|
||||
glabel D_801495E4
|
||||
.float 3.99999
|
||||
|
||||
glabel D_801495E8
|
||||
.float 0.26263
|
||||
|
||||
glabel D_801495EC
|
||||
.float 0.13081
|
Loading…
Add table
Add a link
Reference in a new issue