mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
En_Rl OK (#378)
* Approx. half of en_rl matched * More En_Rl work * 5 functions left * One function left * En_Rl OK and all matching * Formatted and cleaned up style things. * Deleted asm and fixed spec * Forgot to delete the stuff in the data folder again * Made all requested changes. * Forgot one requested change * Implemented dragorn's documentation suggestions * Implemented dragorn's documentation suggestions * Made further requested changes Co-authored-by: fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
269aa0f36f
commit
85cf70bcd3
39 changed files with 397 additions and 1190 deletions
|
@ -1,36 +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 D_80AE81A0
|
||||
.word 0x06003620, 0x06003960, 0x06003B60
|
||||
glabel D_80AE81AC
|
||||
.word 0x00000000
|
||||
glabel D_80AE81B0
|
||||
.word func_80AE7798
|
||||
.word func_80AE77B8
|
||||
.word func_80AE77F8
|
||||
.word func_80AE7838
|
||||
.word func_80AE7C64
|
||||
.word func_80AE7C94
|
||||
.word func_80AE7CE8
|
||||
.word func_80AE7D40
|
||||
glabel D_80AE81D0
|
||||
.word func_80AE7FD0
|
||||
.word func_80AE7FDC
|
||||
.word func_80AE7D94
|
||||
glabel En_Rl_InitVars
|
||||
.word 0x00A60400, 0x00000010, 0x00A70000, 0x000001AC
|
||||
.word EnRl_Init
|
||||
.word EnRl_Destroy
|
||||
.word EnRl_Update
|
||||
.word EnRl_Draw
|
||||
.word 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_80AE82E0
|
||||
.incbin "baserom/ovl_En_Rl", 0x1030, 0x00000160
|
Loading…
Add table
Add a link
Reference in a new issue