mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Graveyard objects: bg_spot02_objects (#751)
* BgSpot02Objects 4 non-matching * Bg_Spot02 3 non-matching but all down to regalloc * finish file * spec * asm * rename var * rename func * review Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
288320317c
commit
8b87e53b76
18 changed files with 310 additions and 1378 deletions
|
@ -1,26 +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 D_808AD850
|
||||
.word 0x060096B0, 0x0600A2B0, 0x0600AEB0, 0x0600BAB0, 0x0600C6B0, 0x0600D2B0, 0x0600DEB0, 0x0600EAB0, 0x0600F6B0, 0x060102B0, 0x06010EB0, 0x06011AB0
|
||||
glabel Bg_Spot02_Objects_InitVars
|
||||
.word 0x009C0100, 0x00000030, 0x00A10000, 0x00000174
|
||||
.word BgSpot02Objects_Init
|
||||
.word BgSpot02Objects_Destroy
|
||||
.word BgSpot02Objects_Update
|
||||
.word BgSpot02Objects_Draw
|
||||
glabel D_808AD8A0
|
||||
.word 0x48500064
|
||||
glabel D_808AD8A4
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_808AD8B0
|
||||
.word 0x06012A50, 0x060127C0, 0x060130B0, 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_808AD9A0
|
||||
.incbin "baserom/ovl_Bg_Spot02_Objects", 0x1340, 0x00000140
|
Loading…
Add table
Add a link
Reference in a new issue