mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Bg_toki_hikari all functions matching (#781)
* starting toki_hikari * func_808BA018 matched and some work on other func * init and draw matched, one to go * matched final function, removed ASM, updated spec * adding suggested changes
This commit is contained in:
parent
07d54bd6d3
commit
7306d13897
15 changed files with 164 additions and 1023 deletions
|
@ -1,20 +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 Bg_Toki_Hikari_InitVars
|
||||
.word 0x006A0100, 0x00000020, 0x005E0000, 0x00000154
|
||||
.word BgTokiHikari_Init
|
||||
.word BgTokiHikari_Destroy
|
||||
.word BgTokiHikari_Update
|
||||
.word BgTokiHikari_Draw
|
||||
glabel D_808BAC70
|
||||
.word 0x485003E8, 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_808BAD70
|
||||
.incbin "baserom/ovl_Bg_Toki_Hikari", 0xE70, 0x000000D0
|
Loading…
Add table
Add a link
Reference in a new issue