mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
z_en_kakasi3.c OK (#430)
* Decompiles z_en_kakasi3.c * EnKakasi3_Init * Some more progress * 2 remaining * func_80A918E4 * z_en_kakasi3.c OK * PR suggestions * Additional PR fixes * Removes not needed var in z_en_kakasi3.h struct * Another PR rev round Co-authored-by: i82orbom <i82orbom i82orbom@github>
This commit is contained in:
parent
4dfc9d3c3c
commit
fcea7c23a4
22 changed files with 421 additions and 1237 deletions
|
@ -1,21 +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_80A91D10
|
||||
.word 0x0A000939, 0x20010000, 0x00000000, 0xFFCFFFFF, 0x00000000, 0xFFCFFFFF, 0x00000000, 0x00050100, 0x00140046, 0x00000000, 0x00000000
|
||||
glabel En_Kakasi3_InitVars
|
||||
.word 0x01CA0400, 0x02000009, 0x01540000, 0x0000020C
|
||||
.word EnKakasi3_Init
|
||||
.word EnKakasi3_Destroy
|
||||
.word EnKakasi3_Update
|
||||
.word EnKakasi3_Draw
|
||||
.word 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_80A91E60
|
||||
.incbin "baserom/ovl_En_Kakasi3", 0x1140, 0x00000140
|
Loading…
Add table
Add a link
Reference in a new issue