mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
First proper commit.
This commit is contained in:
parent
be78236d36
commit
087f561f77
14086 changed files with 1200489 additions and 1 deletions
26
data/overlays/actors/z_obj_hsblock.data.s
Normal file
26
data/overlays/actors/z_obj_hsblock.data.s
Normal file
|
@ -0,0 +1,26 @@
|
|||
.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 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue