mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
ovl_En_Owl (#573)
* begin En_Owl * EnOwl wip * fix conflicts * owl wip * wip * cleanup * more cleanup * remove unused asm * run formatter * match EnOwl_Init * formatting * pr updates * forgot the enum values in WaitZoraRiver * merge fixes * Fix merge issues * review changes + more * name Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
fcc4a8190d
commit
2810aa2b9c
75 changed files with 1584 additions and 3802 deletions
|
@ -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 En_Owl_InitVars
|
||||
.word 0x014D0400, 0x00000019, 0x01310000, 0x00000414
|
||||
.word EnOwl_Init
|
||||
.word EnOwl_Destroy
|
||||
.word EnOwl_Update
|
||||
.word EnOwl_Draw
|
||||
glabel D_80ACD5F0
|
||||
.word 0x0A001139, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x001E0028, 0x00000000, 0x00000000
|
||||
glabel D_80ACD61C
|
||||
.word 0xC8500019, 0xB0F40578, 0xB0F807D0, 0x30FC0960
|
||||
glabel D_80ACD62C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80ACD638
|
||||
.word 0x060089A8, 0x06008DA8, 0x060091A8, 0x00000000, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue