mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
ovl_En_Gm OK (#407)
* im tired so done for tonight * decompiled * z_en_gm remove reloc * added description * weird formatting fixed * MTXMODE_APPLY * Made suggested changes * update * review 2 Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
a7b6323228
commit
a9dc747709
23 changed files with 308 additions and 975 deletions
|
@ -1,24 +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_Gm_InitVars
|
||||
.word 0x013D0400, 0x00000019, 0x00C90000, 0x000002D0
|
||||
.word EnGm_Init
|
||||
.word EnGm_Destroy
|
||||
.word EnGm_Update
|
||||
.word 0x00000000
|
||||
glabel D_80A3E350
|
||||
.word 0x0A000039, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x00640078, 0x00000000, 0x00000000
|
||||
glabel D_80A3E37C
|
||||
.word 0x801F0005, 0x304C001E
|
||||
glabel D_80A3E384
|
||||
.word 0x0600CE80, 0x0600D280, 0x0600D680
|
||||
|
|
@ -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_80A3E440
|
||||
.incbin "baserom/ovl_En_Gm", 0xD60, 0x00000130
|
Loading…
Add table
Add a link
Reference in a new issue