mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decomp BgYdanHasi (#263)
* Decomp BgYdanHasi * PR fixes. * More PR fixes * FIx issue with missing Extern
This commit is contained in:
parent
83d08078c3
commit
66e9475b25
17 changed files with 193 additions and 580 deletions
|
@ -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 Bg_Ydan_Hasi_InitVars
|
||||
.word 0x00500100, 0x00000030, 0x00360000, 0x0000016C
|
||||
.word BgYdanHasi_Init
|
||||
.word BgYdanHasi_Destroy
|
||||
.word BgYdanHasi_Update
|
||||
.word BgYdanHasi_Draw
|
||||
glabel D_808BEC20
|
||||
.word 0x48500064
|
||||
glabel D_808BEC24
|
||||
.word 0x06007508, 0x06005DE0, 0x06005018
|
||||
|
|
@ -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_808BEC80
|
||||
.incbin "baserom/ovl_Bg_Ydan_Hasi", 0x780, 0x000000C0
|
Loading…
Add table
Add a link
Reference in a new issue