mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Merge branch 'master' of https://github.com/zeldaret/oot into ovl_Obj_Bombiwa
This commit is contained in:
commit
f263ce0b9c
38 changed files with 654 additions and 1689 deletions
|
@ -1,16 +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 purposee registers
|
||||
|
||||
.section .data
|
||||
|
||||
glabel En_Lightbox_InitVars
|
||||
.word 0x007C0600, 0x00000010, 0x00810000, 0x00000164
|
||||
.word EnLightbox_Init
|
||||
.word EnLightbox_Destroy
|
||||
.word EnLightbox_Update
|
||||
.word EnLightbox_Draw
|
||||
|
|
@ -1,11 +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 purposee registers
|
||||
|
||||
.section .rodata
|
||||
glabel D_80A9EE10
|
||||
|
||||
.incbin "baserom/ovl_En_Lightbox", 0x440, 0x00000030
|
|
@ -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 purposee registers
|
||||
|
||||
.section .rodata
|
||||
|
||||
glabel D_80A9EE00
|
||||
.word 0x3F333333, 0x00000000, 0x00000000, 0x00000000
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue