mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Decomp EnNiwGirl (#306)
* Fix Repo * Update z_en_niw.h * PR fixes * Update z_en_niw_girl.c Add all masks to switch at 142 * Added currentMask enum * Small fixes * Cleaned up a lot of little things * PR fixes
This commit is contained in:
parent
117b1f6a5c
commit
da58af403b
16 changed files with 257 additions and 822 deletions
|
@ -1,24 +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_Niw_Girl_InitVars
|
||||
.word 0x019A0400, 0x00000019, 0x016A0000, 0x000002FC
|
||||
.word EnNiwGirl_Init
|
||||
.word EnNiwGirl_Destroy
|
||||
.word EnNiwGirl_Update
|
||||
.word EnNiwGirl_Draw
|
||||
glabel D_80AB99A0
|
||||
.word 0x0A000039, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000100, 0x000A001E, 0x00000000, 0x00000000
|
||||
glabel D_80AB99CC
|
||||
.word 0x3E4CCCCD, 0x3E4CCCCD, 0x3E4CCCCD
|
||||
glabel D_80AB99D8
|
||||
.word 0x06004178, 0x06004978, 0x06005178, 0x00000000, 0x00000000, 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_80AB9B40
|
||||
.incbin "baserom/ovl_En_Niw_Girl", 0xBC0, 0x00000100
|
Loading…
Add table
Add a link
Reference in a new issue