mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Obj_Mure3 OK (#720)
* matched * format * review Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain> Co-authored-by: fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
8b57f36d32
commit
cf78de2b11
19 changed files with 166 additions and 555 deletions
|
@ -1,26 +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 Obj_Mure3_InitVars
|
||||
.word 0x01AB0100, 0x00000000, 0x00010000, 0x00000170
|
||||
.word ObjMure3_Init
|
||||
.word ObjMure3_Destroy
|
||||
.word ObjMure3_Update
|
||||
.word 0x00000000
|
||||
glabel D_80B9B0C0
|
||||
.word 0x00050005, 0x00070000
|
||||
glabel D_80B9B0C8
|
||||
.word 0xB0F40064, 0xB0F80708, 0x30FC0064
|
||||
glabel D_80B9B0D4
|
||||
.word func_80B9A9D0
|
||||
.word func_80B9AA90
|
||||
.word func_80B9ABA0
|
||||
|
|
@ -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_80B9B0F0
|
||||
.incbin "baserom/ovl_Obj_Mure3", 0x720, 0x00000090
|
Loading…
Add table
Add a link
Reference in a new issue