mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 01:40:47 +00:00
Bg_Spot00_Hanebasi (Drawbridge) OK (#614)
* drawbridge progress * matched cursed draw functions * drawbridge OK * fix error that made it not OK * documentation improvements * format fix * update with new actor struct * Update src/overlays/actors/ovl_Bg_Spot00_Hanebasi/z_bg_spot00_hanebasi.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_Bg_Spot00_Hanebasi/z_bg_spot00_hanebasi.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update src/overlays/actors/ovl_Bg_Spot00_Hanebasi/z_bg_spot00_hanebasi.c Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> Co-authored-by: Zelllll <elijah@DESKTOP-NMP1I89.localdomain> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
dde70e3c66
commit
9b91229422
17 changed files with 317 additions and 1244 deletions
|
@ -1,24 +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_Spot00_Hanebasi_InitVars
|
||||
.word 0x004A0100, 0x00000010, 0x002F0000, 0x00000180
|
||||
.word BgSpot00Hanebasi_Init
|
||||
.word BgSpot00Hanebasi_Destroy
|
||||
.word BgSpot00Hanebasi_Update
|
||||
.word BgSpot00Hanebasi_Draw
|
||||
glabel D_808AA7B0
|
||||
.word 0x00000000
|
||||
glabel D_808AA7B4
|
||||
.word 0xB0F80226, 0xB0FC07D0, 0xB0F41388, 0x485003E8
|
||||
glabel D_808AA7C4
|
||||
.word 0x431E0000, 0x41200000, 0x43C80000
|
||||
|
|
@ -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_808AA8A0
|
||||
.incbin "baserom/ovl_Bg_Spot00_Hanebasi", 0x1120, 0x00000120
|
Loading…
Add table
Add a link
Reference in a new issue