mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
ovl_Efc_Erupc OK (#773)
* a few good dead Gfx_TwoTexScrolls * EfcErupc OK, mostly documented * review * remove fake match Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
4e81e4a388
commit
b7849976cf
15 changed files with 251 additions and 820 deletions
|
@ -1,21 +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 Efc_Erupc_InitVars
|
||||
.word 0x01760700, 0x00000030, 0x014D0000, 0x000018CC
|
||||
.word EfcErupc_Init
|
||||
.word EfcErupc_Destroy
|
||||
.word EfcErupc_Update
|
||||
.word EfcErupc_Draw
|
||||
.word 0xFF8000FF, 0x0000FFFF, 0x00FF0000
|
||||
glabel D_8099D77C
|
||||
.word 0xFF8000FF, 0x00000000, 0x00640000, 0x00000000, 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_8099D830
|
||||
.incbin "baserom/ovl_Efc_Erupc", 0xB80, 0x000000A0
|
Loading…
Add table
Add a link
Reference in a new issue