mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decompiled ovl_Obj_Hsblock (#345)
* Decompiled ovl_Obj_Hsblock * reloc * Renaming * PR suggestion * PR comments * Grouping action funcs
This commit is contained in:
parent
428554e717
commit
845135d8e6
17 changed files with 139 additions and 461 deletions
|
@ -1,28 +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_Hsblock_InitVars
|
||||
.word 0x012D0100, 0x00000000, 0x011C0000, 0x00000168
|
||||
.word ObjHsblock_Init
|
||||
.word ObjHsblock_Destroy
|
||||
.word ObjHsblock_Update
|
||||
.word ObjHsblock_Draw
|
||||
glabel D_80B940C0
|
||||
.word 0x42AA0000, 0x42AA0000, 0x00000000
|
||||
glabel D_80B940CC
|
||||
.word 0xC8500064, 0xB0F407D0, 0xB0F80190, 0x30FC07D0
|
||||
glabel D_80B940DC
|
||||
.word 0x06000730, 0x06000730, 0x06000578
|
||||
glabel D_80B940E8
|
||||
.word 0xA57D3700
|
||||
glabel D_80B940EC
|
||||
.word 0x06000210, 0x06000210, 0x06000470, 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_80B941A0
|
||||
.incbin "baserom/ovl_Obj_Hsblock", 0x640, 0x000000C0
|
Loading…
Add table
Add a link
Reference in a new issue