mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decomp BgJyaBombiwa (#294)
* Decomp BgJyaBombiwa * Delete z_bg_jya_bombiwa.data.s * Delete z_bg_jya_bombiwa.reloc.s * PR fixes * Delete cur_list.txt * Delete old_data_list.txt * Delete data_list.txt * Delete old_list.txt * PR fixes * PR fixes
This commit is contained in:
parent
449b2247fd
commit
91299ed21f
14 changed files with 145 additions and 477 deletions
|
@ -1,25 +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_Jya_Bombiwa_InitVars
|
||||
.word 0x015B0100, 0x00000000, 0x00F10000, 0x000001C8
|
||||
.word BgJyaBombiwa_Init
|
||||
.word BgJyaBombiwa_Destroy
|
||||
.word BgJyaBombiwa_Update
|
||||
.word BgJyaBombiwa_Draw
|
||||
glabel D_80895720
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000008, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00320064
|
||||
glabel D_80895744
|
||||
.word 0x0A000900, 0x00000000, 0x00000001
|
||||
.word D_80895720
|
||||
glabel D_80895754
|
||||
.word 0xC8500064, 0xB0F403E8, 0xB0F801F4, 0x30FC03E8, 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_80895860
|
||||
.incbin "baserom/ovl_Bg_Jya_Bombiwa", 0x6C0, 0x00000090
|
Loading…
Add table
Add a link
Reference in a new issue