mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
z_obj_mure OK (#875)
* almost matching init, matching data * more matchings, some non-matching progress * finishing up SpawnActor, fixing .data types * first decompile pass done, few non matchings * cleanup/update matchings and remove asm * format code * pick up some OKs * 1 non_matching left, some documentation * z_obj_mure OK... but at what cost? * implement suggested changes, some more documentation * Implement Fig's suggestions * review Co-authored-by: Sam Lyon <sam.c.lyon@gmail.com> Co-authored-by: fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
e8f93099d1
commit
a209195183
25 changed files with 388 additions and 1322 deletions
|
@ -1,34 +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_Mure_InitVars
|
||||
.word 0x00940700, 0x00000000, 0x00010000, 0x000001AC
|
||||
.word ObjMure_Init
|
||||
.word ObjMure_Destroy
|
||||
.word ObjMure_Update
|
||||
.word 0x00000000
|
||||
glabel D_80B99A50
|
||||
.word 0x44C80000, 0x44C80000, 0x447A0000, 0x447A0000, 0x447A0000
|
||||
glabel D_80B99A64
|
||||
.word 0x0000000C, 0x00000009, 0x00000008, 0x00000000
|
||||
glabel D_80B99A74
|
||||
.word 0x01250000, 0x00210020, 0x001E0000
|
||||
glabel D_80B99A80
|
||||
.word 0x00000002, 0xFFFF0000, 0xFFFF0000
|
||||
glabel D_80B99A8C
|
||||
.word 0xB0F404B0, 0xB0F800C8, 0x30FC04B0
|
||||
glabel D_80B99A98
|
||||
.word 0x00000000, 0x00000000
|
||||
.word func_80B995A4
|
||||
.word func_80B995A4
|
||||
.word func_80B997CC
|
||||
.word 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_80B99D60
|
||||
.incbin "baserom/ovl_Obj_Mure", 0x12C0, 0x000001E0
|
Loading…
Add table
Add a link
Reference in a new issue