mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 05:51:18 +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_en_weiyer.data.s
Normal file
26
data/overlays/actors/z_en_weiyer.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 En_Weiyer_InitVars
|
||||
.word 0x018C0500, 0x00000005, 0x00260000, 0x000002D0
|
||||
.word EnWeiyer_Init
|
||||
.word EnWeiyer_Destroy
|
||||
.word EnWeiyer_Update
|
||||
.word EnWeiyer_Draw
|
||||
glabel D_80B33A90
|
||||
.byte 0x00, 0x10, 0x09, 0x39, 0x10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xCF, 0xFF, 0xFF, 0x00, 0x08, 0x00, 0x00, 0xFF, 0xCF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x09, 0x01, 0x01, 0x00, 0x00, 0x10
|
||||
glabel D_80B33AB2
|
||||
.byte 0x00, 0x0A, 0xFF, 0xFA, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
glabel D_80B33ABC
|
||||
.word 0x0200002D, 0x000F6400
|
||||
glabel D_80B33AC4
|
||||
.word 0x10020102, 0x10020202, 0x01020402, 0x02020200, 0x00000000, 0x00000104, 0x02020804, 0x00000400
|
||||
glabel D_80B33AE4
|
||||
.word 0x89170019, 0xC8500003, 0x304C09C4
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue