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