mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
BgHakaWater OK (#302)
* BgHakaWater OK * minor style fixups * made requested changes * use true/false for isLowered
This commit is contained in:
parent
507edd134e
commit
43a3ee9a93
13 changed files with 124 additions and 597 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_Haka_Water_InitVars
|
||||
.word 0x00D70600, 0x00000030, 0x008D0000, 0x00000154
|
||||
.word BgHakaWater_Init
|
||||
.word BgHakaWater_Destroy
|
||||
.word BgHakaWater_Update
|
||||
.word BgHakaWater_Draw
|
||||
glabel D_808824B0
|
||||
.word 0x48500064, 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_80882530
|
||||
.incbin "baserom/ovl_Bg_Haka_Water", 0x830, 0x00000090
|
Loading…
Add table
Add a link
Reference in a new issue