mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
ovl_En_Anubice_Fire OK (#687)
* init, destroy and other func Signed-off-by: angie <angheloalf95@gmail.com> * func_809B2B48 Signed-off-by: angie <angheloalf95@gmail.com> * EnAnubiceFire_Update Signed-off-by: angie <angheloalf95@gmail.com> * EnAnubiceFire_Draw NON_MATCHING Signed-off-by: angie <angheloalf95@gmail.com> * import data Signed-off-by: angie <angheloalf95@gmail.com> * inline some static variables Signed-off-by: angie <angheloalf95@gmail.com> * EnAnubiceFire_Draw Signed-off-by: angie <angheloalf95@gmail.com> * func_809B27D8 Signed-off-by: angie <angheloalf95@gmail.com> * final cleanup Signed-off-by: angie <angheloalf95@gmail.com> * ups Signed-off-by: angie <angheloalf95@gmail.com> * changes requested by @petrie911 Signed-off-by: angie <angheloalf95@gmail.com> * changes requested by @Roman971 Signed-off-by: angie <angheloalf95@gmail.com> * I somehow forgot to delete that file Signed-off-by: angie <angheloalf95@gmail.com> * i don't know what to put in this message Signed-off-by: angie <angheloalf95@gmail.com>
This commit is contained in:
parent
97cfe49797
commit
5bc23f58f8
12 changed files with 215 additions and 930 deletions
|
@ -1,44 +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_Anubice_Fire_InitVars
|
||||
.word 0x00E10500, 0x00000010, 0x00D60000, 0x000001F4
|
||||
.word EnAnubiceFire_Init
|
||||
.word EnAnubiceFire_Destroy
|
||||
.word EnAnubiceFire_Update
|
||||
.word EnAnubiceFire_Draw
|
||||
glabel D_809B31E0
|
||||
.word 0x0A110900, 0x10010000, 0x00000000, 0xFFCFFFFF, 0x01040000, 0xFFCFFFFF, 0x00000000, 0x01010000, 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B320C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3218
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3224
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3230
|
||||
.word 0xFFFF00FF
|
||||
glabel D_809B3234
|
||||
.word 0xFF0000FF
|
||||
glabel D_809B3238
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3244
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3250
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B325C
|
||||
.word 0x00000000, 0x00000000, 0x00000000
|
||||
glabel D_809B3268
|
||||
.word 0xFFFF00FF
|
||||
glabel D_809B326C
|
||||
.word 0xFF0000FF
|
||||
glabel D_809B3270
|
||||
.word gDust4Tex, gDust5Tex, gDust6Tex, gDust7Tex, gDust8Tex, gDust7Tex, gDust6Tex, gDust5Tex
|
||||
|
|
@ -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_809B3300
|
||||
.incbin "baserom/ovl_En_Anubice_Fire", 0xD60, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue