mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
En_anubice OK (#688)
* init, func_809B1120, and func_809B11C0 OK Also migrate data to c * Match Destroy, func_809B142C, func_809B1524, func_809B15CC Start on func_809B16AC, but float register diffs :( * Everything OK but func_809B16AC and what a devil it is... * Work on func_809B16AC What an ugly function * Do some documentation * More documentation * Run formatter * Rename a few things * Address PR comments * Missed a couple angle macro opportunities * Update src/overlays/actors/ovl_En_Anubice/z_en_anubice.c Co-authored-by: mzxrules <mzxrules@gmail.com> * Anubice OK * Deleted the wrong part of the spec * A curtain was missed * Forgot a comment I changed the declaration but not the reference :I * More PR comments Co-authored-by: mzxrules <mzxrules@gmail.com>
This commit is contained in:
parent
ecedc4f059
commit
88b05cd9a2
23 changed files with 474 additions and 1383 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 En_Anubice_InitVars
|
||||
.word 0x00E00500, 0x00000015, 0x00D60000, 0x00000314
|
||||
.word EnAnubice_Init
|
||||
.word EnAnubice_Destroy
|
||||
.word EnAnubice_Update
|
||||
.word EnAnubice_Draw
|
||||
glabel D_809B22D0
|
||||
.word 0x0A000939, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x001D0067, 0x00000000, 0x00000000
|
||||
glabel D_809B22FC
|
||||
.word 0x00F0F0F0, 0xF0F0F1F2, 0xF0F2F622, 0xF0F0F0F0, 0xF0230000, 0x0000F0F6, 0xF2F0FCF4, 0x00000000
|
||||
glabel D_809B231C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B2328
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B2334
|
||||
.word 0x00000000, 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_809B2440
|
||||
.incbin "baserom/ovl_En_Anubice", 0x1320, 0x00000160
|
Loading…
Add table
Add a link
Reference in a new issue