mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 22:44:30 +00:00
En_Bom and En_Bombf (#264)
* data migrated * progress * progress * enbom ok * cleanup * progress * still have stack issues * bombf done * done i think * review comments 1 * add type enums * move enums and use -1 * remove unwanted file
This commit is contained in:
parent
15f75b0ddd
commit
15038468ac
29 changed files with 853 additions and 1899 deletions
|
@ -1,37 +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 En_Bom_InitVars
|
||||
.word 0x00100300, 0x00000030, 0x00010000, 0x00000208
|
||||
.word EnBom_Init
|
||||
.word EnBom_Destroy
|
||||
.word EnBom_Update
|
||||
.word EnBom_Draw
|
||||
glabel D_809C3430
|
||||
.word 0x00002939, 0x20010000, 0x02000000, 0x00000000, 0x00000000, 0x0003F828, 0x00000000, 0x00010100, 0x0006000B, 0x000E0000, 0x00000000
|
||||
glabel D_809C345C
|
||||
.word 0x00000000, 0x00000008, 0x00080000, 0x00000000, 0x00000000, 0x19000000, 0x00000000, 0x00000000, 0x00000064
|
||||
glabel D_809C3480
|
||||
.word 0x00390000, 0x00000000, 0x00000001
|
||||
.word D_809C345C
|
||||
glabel D_809C3490
|
||||
.word 0xC0500000, 0xB04C07D0, 0x386CF060
|
||||
glabel D_809C349C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809C34A8
|
||||
.word 0x00000000, 0x3DCCCCCD, 0x00000000
|
||||
glabel D_809C34B4
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809C34C0
|
||||
.word 0x00000000, 0x3F19999A, 0x00000000
|
||||
glabel D_809C34CC
|
||||
.word 0xFFFFFFFF
|
||||
|
|
@ -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_809C3530
|
||||
.incbin "baserom/ovl_En_Bom", 0xE60, 0x00000100
|
|
@ -1,35 +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 En_Bombf_InitVars
|
||||
.word 0x004C0600, 0x00000011, 0x00310000, 0x00000210
|
||||
.word EnBombf_Init
|
||||
.word EnBombf_Destroy
|
||||
.word EnBombf_Update
|
||||
.word EnBombf_Draw
|
||||
glabel D_809C8260
|
||||
.word 0x0A002939, 0x20010000, 0x02000000, 0x00000000, 0x00000000, 0x0003F828, 0x00000000, 0x00010100, 0x00090012, 0x000A0000, 0x00000000
|
||||
glabel D_809C828C
|
||||
.word 0x00000000, 0x00000008, 0x00080000, 0x00000000, 0x00000000, 0x19000000, 0x00000000, 0x00000000, 0x00000064
|
||||
glabel D_809C82B0
|
||||
.word 0x0A390000, 0x00000000, 0x00000001
|
||||
.word D_809C828C
|
||||
glabel D_809C82C0
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809C82CC
|
||||
.word 0x00000000, 0x3DCCCCCD, 0x00000000
|
||||
glabel D_809C82D8
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809C82E4
|
||||
.word 0x00000000, 0x3F19999A, 0x00000000
|
||||
glabel D_809C82F0
|
||||
.word 0xFFFFFFFF, 0x00000000, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue