mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
z_bg_bombwall OK (#506)
* Update spec remove z_bg_bombwall.o from spec * Update z_bg_bombwall.h updated actor struct * Update z_bg_bombwall.c * Delete BgBombwall_Destroy.s no longer needed * Delete BgBombwall_Draw.s no longer needed * Delete BgBombwall_Init.s no longer needed * Delete BgBombwall_Update.s no longer needed * Delete func_8086E7D0.s no longer needed * Delete func_8086E850.s no longer needed * Delete func_8086EAC0.s no longer needed * Delete func_8086EB5C.s no longer needed * Delete func_8086ED50.s no longer needed * Delete func_8086ED70.s no longer needed * Delete func_8086EDFC.s no longer needed * Delete func_8086EE40.s no longer needed * Delete func_8086EE94.s no longer needed * Update spec update path to reloc * Delete z_bg_bombwall.data.s no longer needed * Delete z_bg_bombwall.reloc.s no longer needed * Update spec fix path to reloc of bombwall * Update z_bg_bombwall.c Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
257fc54195
commit
5a2bd7a035
18 changed files with 199 additions and 594 deletions
|
@ -1,29 +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_8086EF20
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x40000048, 0x00000000, 0x00010000, 0xC28C0000, 0x43300000, 0x00000000, 0xC28C0000, 0xC0800000, 0x00000000, 0x00000000, 0xC0800000, 0x41F00000, 0x00000000, 0x00000000, 0x00000000, 0x40000048, 0x00000000, 0x00010000, 0x428C0000, 0x43300000, 0x00000000, 0xC28C0000, 0x43300000, 0x00000000, 0x00000000, 0xC0800000, 0x41F00000, 0x00000000, 0x00000000, 0x00000000, 0x40000048, 0x00000000, 0x00010000, 0x428C0000, 0xC0800000, 0x00000000, 0x428C0000, 0x43300000, 0x00000000, 0x00000000, 0xC0800000, 0x41F00000
|
||||
glabel D_8086EFD4
|
||||
.word 0x0A000900, 0x00020000, 0x00000003
|
||||
.word D_8086EF20
|
||||
glabel Bg_Bombwall_InitVars
|
||||
.word 0x00D00100, 0x00400000, 0x00020000, 0x000002A4
|
||||
.word BgBombwall_Init
|
||||
.word BgBombwall_Destroy
|
||||
.word BgBombwall_Update
|
||||
.word BgBombwall_Draw
|
||||
glabel D_8086F004
|
||||
.word 0xB0F40708, 0xB0F8012C, 0x30FC03E8
|
||||
glabel D_8086F010
|
||||
.byte 0x00, 0x28, 0x00, 0x55, 0x00, 0x15, 0xFF, 0xD5, 0x00, 0x6B, 0x00, 0x0E, 0xFF, 0xFF, 0x00, 0x8E, 0x00, 0x0E, 0xFF, 0xE5, 0x00, 0x2C, 0x00, 0x1B, 0x00, 0x1C, 0x00, 0x18, 0x00, 0x14, 0xFF, 0xD9, 0x00, 0x36, 0x00, 0x15, 0x00, 0x31, 0x00, 0x32, 0x00, 0x14
|
||||
glabel D_8086F03A
|
||||
.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
|
||||
|
|
@ -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_8086F0C0
|
||||
.incbin "baserom/ovl_Bg_Bombwall", 0x8F0, 0x000000A0
|
Loading…
Add table
Add a link
Reference in a new issue