mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
Forest Stage and related actors and objects (#618)
* starting out * match demo * full match * cleanup * more names * more names * headers * dist from link * docs * objects * format * organization of xmls * merge actor * Update src/overlays/actors/ovl_En_Dnt_Nomal/z_en_dnt_nomal.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Dnt_Jiji/z_en_dnt_jiji.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * format Co-authored-by: petrie911 <pmontag@DESKTOP-LG8A167.localdomain> Co-authored-by: Fig02 <fig02srl@gmail.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
ef272322eb
commit
b8c2ec1f60
90 changed files with 1734 additions and 5992 deletions
|
@ -1,24 +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_Dnt_Demo_InitVars
|
||||
.word 0x01A10600, 0x00000000, 0x00010000, 0x00000200
|
||||
.word EnDntDemo_Init
|
||||
.word EnDntDemo_Destroy
|
||||
.word EnDntDemo_Update
|
||||
.word 0x00000000
|
||||
glabel D_809F15C0
|
||||
.word 0x00000001, 0x00000001, 0x00020000, 0x00010001, 0x00000001, 0x00000001, 0x00010002, 0x00020001, 0x00010001, 0x00000000, 0x00000001, 0x00020001, 0x00010001, 0x00010000, 0x00000000, 0x00020000, 0x00000000, 0x00010000, 0x00000000, 0x00020001, 0x00020000, 0x00010001, 0x00010001, 0x00010001, 0x00010002, 0x00020002, 0x00020002, 0x00020002
|
||||
glabel D_809F1630
|
||||
.word 0x00040003, 0x00040002, 0x00030001
|
||||
glabel D_809F163C
|
||||
.word 0x456E2000, 0xC1A00000, 0x447C8000, 0x45732000, 0xC1A00000, 0x44778000, 0x45692000, 0xC1A00000, 0x446D8000, 0x45700000, 0xC1A00000, 0x44688000, 0x45746000, 0xC1A00000, 0x44598000, 0x456C4000, 0xC1A00000, 0x44570000, 0x4567E000, 0xC1A00000, 0x44520000, 0x45714000, 0xC1A00000, 0x44458000, 0x456A6000, 0xC1A00000, 0x443B8000, 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_809F19B0
|
||||
.incbin "baserom/ovl_En_Dnt_Demo", 0x10D0, 0x00000130
|
|
@ -1,22 +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_Dnt_Jiji_InitVars
|
||||
.word 0x01A20400, 0x00000019, 0x01710000, 0x000002A8
|
||||
.word EnDntJiji_Init
|
||||
.word EnDntJiji_Destroy
|
||||
.word EnDntJiji_Update
|
||||
.word EnDntJiji_Draw
|
||||
glabel D_809F2FA0
|
||||
.word 0x0A000039, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x001E0050, 0x00000000, 0x00000000
|
||||
glabel D_809F2FCC
|
||||
.word 0x060030A0, 0x06002EA0, 0x06003020, 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_809F3100
|
||||
.incbin "baserom/ovl_En_Dnt_Jiji", 0x1620, 0x000001C0
|
|
@ -1,34 +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_Dnt_Nomal_InitVars
|
||||
.word 0x01A30600, 0x00000030, 0x00010000, 0x00000360
|
||||
.word EnDntNomal_Init
|
||||
.word EnDntNomal_Destroy
|
||||
.word EnDntNomal_Update
|
||||
.word 0x00000000
|
||||
glabel D_809F5DD0
|
||||
.word 0x0A000039, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x0010002E, 0x00000000, 0x00000000
|
||||
glabel D_809F5DFC
|
||||
.word 0x0A000900, 0x20030000, 0x00000000, 0x00000000, 0x00000000, 0x0001F824, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F5E4C
|
||||
.word 0xFFFFFFFF, 0xFFC3AFFF, 0xD2FF00FF, 0xFFFFFFFF, 0xD2FF00FF, 0xFFC3AFFF, 0xFFFFFFFF, 0xFFC3AFFF, 0xD2FF00FF
|
||||
glabel D_809F5E70
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F5E7C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F5E88
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809F5E94
|
||||
.word 0x3E800000, 0x3E800000, 0x3E800000
|
||||
glabel D_809F5EA0
|
||||
.word 0x060027D0, 0x060025D0, 0x06002750, 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_809F6090
|
||||
.incbin "baserom/ovl_En_Dnt_Nomal", 0x2DD0, 0x00000330
|
Loading…
Add table
Add a link
Reference in a new issue