mirror of
https://github.com/zeldaret/oot
synced 2026-07-10 23:12:08 -04: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:
@@ -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
|
||||
Reference in New Issue
Block a user