mirror of
https://github.com/zeldaret/oot
synced 2026-07-09 14:45:41 -04:00
z_en_takara_man OK (#380)
* started * Decompiled z_en_takara_man, added CHOICE_NO and CHOICE_YES defines * use generated reloc * Removed choice index define due to inconsistencies * Made suggested changes
This commit is contained in:
@@ -1,22 +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_Takara_Man_InitVars
|
||||
.word 0x017C0400, 0x08000039, 0x01550000, 0x00000238
|
||||
.word EnTakaraMan_Init
|
||||
.word EnTakaraMan_Destroy
|
||||
.word EnTakaraMan_Update
|
||||
.word EnTakaraMan_Draw
|
||||
glabel D_80B17DD0
|
||||
.word 0x00000000
|
||||
glabel D_80B17DD4
|
||||
.word 0x06000970, 0x06000D70, 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_80B17E70
|
||||
.incbin "baserom/ovl_En_Takara_Man", 0x910, 0x000000C0
|
||||
Reference in New Issue
Block a user