mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
ovl_En_Door (#402)
* Decompiled, two non-matchings remaining * Fix merge * Cleanups * Some documentation, remove unused asm * Remove unused data.s, review suggestions * Ran formatter, further review suggestions * Make some data static * Match EnDoor_Init * Remove asm for EnDoor_Init * Changes from review Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> * More variables static, remove unnecessary s8 cast * PR Suggestions * review Co-authored-by: petrie911 <69443847+petrie911@users.noreply.github.com> Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
cbb0c6da06
commit
579b87dceb
23 changed files with 388 additions and 802 deletions
|
@ -1,30 +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_Door_InitVars
|
||||
.word 0x00090A00, 0x00000010, 0x00010000, 0x000001D8
|
||||
.word EnDoor_Init
|
||||
.word EnDoor_Destroy
|
||||
.word EnDoor_Update
|
||||
.word EnDoor_Draw
|
||||
glabel D_809FCEA0
|
||||
.word 0x00040100, 0x002C0005, 0x02000059, 0x00070300, 0x01870008, 0x03000187, 0xFFFF0000, 0x0001FFFF, 0x04000002
|
||||
glabel D_809FCEC4
|
||||
.word 0x801F0000, 0x30F40FA0
|
||||
glabel D_809FCECC
|
||||
.word 0x0400E758, 0x0400E5B4, 0x04010038, 0x0400E6A0
|
||||
glabel D_809FCEDC
|
||||
.word 0x19191919
|
||||
glabel D_809FCEE0
|
||||
.word 0x3C463C46
|
||||
glabel D_809FCEE4
|
||||
.word 0x0400ECB8, 0x0400EE00, 0x0600F998, 0x0600F938, 0x06004958, 0x06004A10, 0x060013B8, 0x06001420, 0x050047A0, 0x05004978, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue