mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
EnGoma OK (#770)
* En_Goma OK * Label Goma * Remove asm * Labeling * Review changes * Forgot a comment * sizeof * Review comments and fix warnings * review Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
c952fd4490
commit
e3c1b52887
52 changed files with 1322 additions and 3420 deletions
|
@ -1,48 +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_Goma_InitVars
|
||||
.word 0x00280500, 0x00000035, 0x001E0000, 0x000003A4
|
||||
.word EnGoma_Init
|
||||
.word EnGoma_Destroy
|
||||
.word EnGoma_Update
|
||||
.word EnGoma_Draw
|
||||
glabel D_80A4B7A0
|
||||
.word 0x03110039, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00080000, 0xFFDFFFFF, 0x00000000, 0x01000100, 0x000F001E, 0x000A0000, 0x00000000
|
||||
glabel D_80A4B7CC
|
||||
.word 0x03000900, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x00080000, 0xFFDFFFFF, 0x00000000, 0x00010000, 0x000F001E, 0x000A0000, 0x00000000
|
||||
glabel D_80A4B7F8
|
||||
.word 0x00000000
|
||||
glabel D_80A4B7FC
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80A4B808
|
||||
.word 0x801F0003, 0x89170003, 0xB86C0000, 0x304C0014
|
||||
glabel D_80A4B818
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80A4B824
|
||||
.word 0x00000000, 0xBF000000, 0x00000000
|
||||
glabel D_80A4B830
|
||||
.word 0x00000000, 0x00000000, 0x41A00000
|
||||
glabel D_80A4B83C
|
||||
.word 0x437F0000, 0x00000000, 0x42480000
|
||||
glabel D_80A4B848
|
||||
.word 0x41880000, 0x437F0000, 0x42480000
|
||||
glabel D_80A4B854
|
||||
.word 0x00000000, 0x432A0000, 0x42480000
|
||||
glabel D_80A4B860
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_80A4B86C
|
||||
.word 0x00000000, 0x3F800000, 0x00000000
|
||||
glabel D_80A4B878
|
||||
.word 0xFFFFFFFF
|
||||
glabel D_80A4B87C
|
||||
.word 0x0064FFFF
|
||||
|
|
@ -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_80A4B990
|
||||
.incbin "baserom/ovl_En_Goma", 0x2AD0, 0x00000310
|
Loading…
Add table
Add a link
Reference in a new issue