mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 22:51:52 -04:00
Decompiles z_en_wonder_talk.c (#309)
* Decompiles z_en_wonder_talk.c * EnWonderTalk_Init * EnWonderTalk_Update * func_80B395F0 * func_80B391CC * func_80B3943C Removes unused asm's * Addresses PR comments * Uses VT macros in z_en_wonder_talk * Adds translations to stdout messages in comments * Addresses additional PR comments * Addresses PR comments #3 Co-authored-by: i82orbom <i82orbom@github> Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
@@ -1,18 +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_Talk_InitVars
|
||||
.word 0x01470600, 0x08000009, 0x00010000, 0x00000168
|
||||
.word EnWonderTalk_Init
|
||||
.word EnWonderTalk_Destroy
|
||||
.word EnWonderTalk_Update
|
||||
.word 0x00000000
|
||||
|
||||
@@ -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_80B39D90
|
||||
.incbin "baserom/ovl_En_Wonder_Talk", 0xCA0, 0x00000140
|
||||
Reference in New Issue
Block a user