mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
ovl_En_Box OK, documented (#356)
* ovl_En_Box OK, documented * Update spec * Removed useless union * renames, remove comments, move internal enums from header * stylistic changes * Remove unneeded prototypes and use documentation format for doc comments * Misread git's merge solution * EnBox_SetupAction and Actor_SpawnAsChild * Cleanup * Merge effects, defines for movement flags, swap dList and dListHead, cleanup...
This commit is contained in:
parent
174af7384d
commit
e270cd96bf
31 changed files with 680 additions and 2037 deletions
|
@ -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 .bss
|
||||
|
||||
.balign 16
|
||||
|
||||
glabel D_809CAB00
|
||||
.space 0x10
|
|
@ -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_Box_InitVars
|
||||
.word 0x000A0B00, 0x00000000, 0x000E0000, 0x000001FC
|
||||
.word EnBox_Init
|
||||
.word EnBox_Destroy
|
||||
.word EnBox_Update
|
||||
.word EnBox_Draw
|
||||
glabel D_809CA800
|
||||
.word 0x0600024C, 0x06000128, 0x0600043C, 0x0600043C
|
||||
glabel D_809CA810
|
||||
.word 0x001F0000
|
||||
glabel D_809CA814
|
||||
.word 0x00000000, 0x3F800000, 0x00000000
|
||||
glabel D_809CA820
|
||||
.word 0x00000000, 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_809CA920
|
||||
.incbin "baserom/ovl_En_Box", 0x1B60, 0x000001E0
|
Loading…
Add table
Add a link
Reference in a new issue