mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 14:34:32 +00:00
Attack_Niw (#272)
* Attack! * Decimal indexes * a * PR * PR * PR * Why break it
This commit is contained in:
parent
3a22219d5d
commit
c25b87923e
17 changed files with 435 additions and 1033 deletions
|
@ -1,22 +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_Attack_Niw_InitVars
|
||||
.word 0x01440500, 0x00000010, 0x00130000, 0x000002E8
|
||||
.word EnAttackNiw_Init
|
||||
.word EnAttackNiw_Destroy
|
||||
.word EnAttackNiw_Update
|
||||
.word EnAttackNiw_Draw
|
||||
glabel D_809B6170
|
||||
.word 0x801F0001, 0xB86CF830, 0x304C0000
|
||||
glabel D_809B617C
|
||||
.word 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue