mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Decompile En_Vm (Beamos) (#416)
* Decompile En_Vm * various Beamos fixes * Beamos fixes * Cleanup Beamos * Update src/overlays/actors/ovl_En_Vm/z_en_vm.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Vm/z_en_vm.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Vm/z_en_vm.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Update src/overlays/actors/ovl_En_Vm/z_en_vm.c Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Updated En_Vm * Update Beamos * Update src/overlays/actors/ovl_En_Vm/z_en_vm.h Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Update En_Vm Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> Co-authored-by: Zelllll <elijah@DESKTOP-NMP1I89.localdomain> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
831804ad64
commit
eba7b2c4d6
22 changed files with 505 additions and 1668 deletions
|
@ -1,52 +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_Vm_InitVars
|
||||
.word 0x008A0500, 0x00000011, 0x008B0000, 0x000003B4
|
||||
.word EnVm_Init
|
||||
.word EnVm_Destroy
|
||||
.word EnVm_Update
|
||||
.word EnVm_Draw
|
||||
glabel D_80B2EA20
|
||||
.word 0x09000D39, 0x10010000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010100, 0x00190046, 0x00000000, 0x00000000
|
||||
glabel D_80B2EA4C
|
||||
.word 0x09110000, 0x00030000, 0x00000000, 0xFFCFFFFF, 0x00100000, 0x00000000, 0x00000000, 0x81000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EA9C
|
||||
.word 0x09000900, 0x00030000, 0x00000000, 0x00000000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EAEC
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EAF8
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB04
|
||||
.word 0x43FA0000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB10
|
||||
.word 0xC3FA0000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB1C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB28
|
||||
.word 0x00000000, 0x00000000, 0x44C80000
|
||||
glabel D_80B2EB34
|
||||
.word 0x447A0000, 0x442F0000, 0x44FA0000
|
||||
glabel D_80B2EB40
|
||||
.word 0x447A0000, 0xC42F0000, 0x44FA0000
|
||||
glabel D_80B2EB4C
|
||||
.word 0xC47A0000, 0x442F0000, 0x44BB8000
|
||||
glabel D_80B2EB58
|
||||
.word 0xC47A0000, 0xC42F0000, 0x44BB8000
|
||||
glabel D_80B2EB64
|
||||
.word 0x43FA0000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB70
|
||||
.word 0xC3FA0000, 0x00000000, 0x00000000
|
||||
glabel D_80B2EB7C
|
||||
.word 0x3ECCCCCD, 0x3ECCCCCD, 0x3ECCCCCD
|
||||
glabel D_80B2EB88
|
||||
.word 0x0402CFE0, 0x0402D7E0, 0x0402DFE0, 0x0402E7E0, 0x0402EFE0, 0x0402F7E0, 0x0402FFE0, 0x040307E0, 0x04030FE0, 0x040317E0
|
||||
|
|
@ -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_80B2EC40
|
||||
.incbin "baserom/ovl_En_Vm", 0x17E0, 0x000001B0
|
Loading…
Add table
Add a link
Reference in a new issue