mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
z_bg_spot18_basket (#417)
* OK - data transferred and two functions done * Not OK * Not OK * OK - several more functions * OK - another function * OK - 2 more functions * OK - another function * OK - one function lefet * Cleaned up file and removed ASM files * Removed unneeded forward declaration * Some cleanup * More cleanup * Minor cleanup * Minor cleanup * Minor cleanup * Addressed a few issues * Changed include statement format * Changed numbers to hex * Changed another number to hex
This commit is contained in:
parent
0453c7d3cf
commit
aac882a307
24 changed files with 416 additions and 1126 deletions
|
@ -1,31 +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_Spot18_Basket_InitVars
|
||||
.word 0x015C0600, 0x00000010, 0x00AF0000, 0x0000021C
|
||||
.word BgSpot18Basket_Init
|
||||
.word BgSpot18Basket_Destroy
|
||||
.word BgSpot18Basket_Update
|
||||
.word BgSpot18Basket_Draw
|
||||
glabel D_808B8570
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x00000000, 0x07F80000, 0x00360064, 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010000, 0x01000000, 0x05780000, 0x000D0064
|
||||
glabel D_808B85B8
|
||||
.word 0x0A000909, 0x20000000, 0x00000002
|
||||
.word D_808B8570
|
||||
glabel D_808B85C8
|
||||
.word 0x80002AAA, 0xD5550000
|
||||
glabel D_808B85D0
|
||||
.word 0x00000000
|
||||
glabel D_808B85D4
|
||||
.word 0xC8500064, 0xB0F403E8, 0xB0F801F4, 0x30FC03E8
|
||||
glabel D_808B85E4
|
||||
.word 0xF0600320, 0x0FA00000, 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_808B8650
|
||||
.incbin "baserom/ovl_Bg_Spot18_Basket", 0xF40, 0x00000130
|
Loading…
Add table
Add a link
Reference in a new issue