mirror of
https://github.com/zeldaret/oot
synced 2026-09-02 18:02:49 -04:00
Decomp BgYdanHasi (#263)
* Decomp BgYdanHasi * PR fixes. * More PR fixes * FIx issue with missing Extern
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user