mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
En_Dodojr (Baby Dodongo) OK (#609)
* some functions finished * some more progress * a bit more progress * more functions done, one wip * 2 functions remain * one function remains * actor mostly done, still one function left * some progress, still not equivalent * dodojr OK * dodojr ready * correct actor struct * Update src/overlays/actors/ovl_En_Dodojr/z_en_dodojr.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Dodojr/z_en_dodojr.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Dodojr/z_en_dodojr.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * builds OK now Co-authored-by: Zelllll <elijah@DESKTOP-NMP1I89.localdomain> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
3e322f5d35
commit
dde70e3c66
44 changed files with 594 additions and 2056 deletions
|
@ -1,44 +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_Dodojr_InitVars
|
||||
.word 0x002F0500, 0x00000005, 0x001F0000, 0x000002C0
|
||||
.word EnDodojr_Init
|
||||
.word EnDodojr_Destroy
|
||||
.word EnDodojr_Update
|
||||
.word EnDodojr_Draw
|
||||
glabel D_809F7EB0
|
||||
.word 0x06110939, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00080000, 0xFFC5FFFF, 0x00000000, 0x01010100, 0x00120014, 0x00000000, 0x00000000
|
||||
glabel D_809F7EDC
|
||||
.word 0x01000002, 0x00190019, 0xFF000000
|
||||
glabel D_809F7EE8
|
||||
.word 0xAA825AFF
|
||||
glabel D_809F7EEC
|
||||
.word 0x643C1400
|
||||
glabel D_809F7EF0
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F7EFC
|
||||
.word 0x00000000, 0x3E99999A, 0x00000000
|
||||
glabel D_809F7F08
|
||||
.word 0xAA825AFF
|
||||
glabel D_809F7F0C
|
||||
.word 0x643C1400
|
||||
glabel D_809F7F10
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F7F1C
|
||||
.word 0x00000000, 0x3E99999A, 0x00000000
|
||||
glabel D_809F7F28
|
||||
.word 0x47C34F80, 0x47C34F80, 0x47C34F80
|
||||
glabel D_809F7F34
|
||||
.word 0x00000000, 0x43520000, 0x42700000, 0x43870000, 0x42F00000, 0x43A50000, 0x43340000, 0x41F00000, 0x43700000, 0x42B40000, 0x43960000, 0x43160000
|
||||
glabel D_809F7F64
|
||||
.word 0x43F00000, 0x441B0000, 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_809F7FA0
|
||||
.incbin "baserom/ovl_En_Dodojr", 0x1BE0, 0x000002B0
|
Loading…
Add table
Add a link
Reference in a new issue