mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 12:54:40 +00:00
ovl_Effect_Ss_Extra (#339)
* ovl_Effect_Ss_Extra * EffectSsExtra_Spawn * Typo * PR review * PR review
This commit is contained in:
parent
18775320f8
commit
d44dd61cd6
14 changed files with 86 additions and 341 deletions
|
@ -1,18 +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 D_809A4060
|
||||
.word 0x001E003C, 0x00640000
|
||||
glabel Effect_Ss_Extra_InitVars
|
||||
.word 0x0000001E
|
||||
.word EffectSsExtra_Init
|
||||
glabel D_809A4070
|
||||
.word 0x06000000, 0x06000480, 0x06000900, 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_809A40C0
|
||||
.incbin "baserom/ovl_Effect_Ss_Extra", 0x400, 0x00000060
|
Loading…
Add table
Add a link
Reference in a new issue