mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decompiles z_en_wonder_talk2.c (#312)
* Decompiles z_en_wonder_talk2.c * EnWonderTalk2_Init * func_80B3A10C * func_80B3A770 * EnWonderTalk2_Update * func_80B3A15C * func_80B3A4F8 * func_80B3A3D4 * Removes unused asm * Addresses PR comments * Addresses PR comments #2 Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
c76bd0d2e4
commit
07e6d25be2
13 changed files with 277 additions and 939 deletions
|
@ -1,20 +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 purpose registers
|
||||
|
||||
.section .data
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel En_Wonder_Talk2_InitVars
|
||||
.word 0x01850700, 0x08000009, 0x00010000, 0x00000170
|
||||
.word EnWonderTalk2_Init
|
||||
.word EnWonderTalk2_Destroy
|
||||
.word EnWonderTalk2_Update
|
||||
.word 0x00000000
|
||||
glabel D_80B3A8E0
|
||||
.word 0x00060000, 0x00010002, 0x00030004, 0x00050000
|
||||
|
|
@ -1,13 +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 purpose registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_80B3ADE0
|
||||
.incbin "baserom/ovl_En_Wonder_Talk2", 0xF10, 0x00000190
|
Loading…
Add table
Add a link
Reference in a new issue