mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 22:11:16 +00:00
en_kusa (#494)
* starting the decomp for en_kusa -> the bushes * in the bushes of love * maybe the init_function is done? * The functions that call functions never end * more progress. almost matches init * fig helped a bunch...ty fig * moving things along * yikes * more things matching * moar matches! fixed casting issues on some data * progress * progress * One function left to go * yeah, idk....its close though * closer * Ok * En_Kusa: Ok * removing the asm files * fixed suggestions * small fixes I forgot * messed things up, had to go back, back to being OK * named a couple more functions and fixed some logic * fixing some names I guessed wrong on * fixed suggested changes Co-authored-by: fig <fig02srl@gmail.com>
This commit is contained in:
parent
f85a2d10ee
commit
994bf19a97
35 changed files with 451 additions and 1441 deletions
|
@ -1,40 +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_80A9C1D0
|
||||
.word 0x00000000
|
||||
glabel D_80A9C1D4
|
||||
.word 0x00000000
|
||||
glabel D_80A9C1D8
|
||||
.word 0x00000000
|
||||
glabel D_80A9C1DC
|
||||
.word 0x00000000
|
||||
glabel En_Kusa_InitVars
|
||||
.word 0x01250600, 0x00800010, 0x00010000, 0x000001A0
|
||||
.word EnKusa_Init
|
||||
.word EnKusa_Destroy
|
||||
.word EnKusa_Update
|
||||
.word 0x00000000
|
||||
glabel D_80A9C200
|
||||
.word 0x0002012B, 0x012B0000
|
||||
glabel D_80A9C208
|
||||
.word 0x0A000929, 0x20010000, 0x00000000, 0x00000000, 0x00000000, 0x4FC00758, 0x00000000, 0x00010100, 0x000C002C, 0x00000000, 0x00000000
|
||||
glabel D_80A9C234
|
||||
.word 0x0000000C, 0x001EFF00
|
||||
glabel D_80A9C23C
|
||||
.word 0x00000000, 0x3F350481, 0x3F350481, 0x3F350481, 0x3F350481, 0x00000000, 0x00000000, 0x3F350481, 0xBF350481, 0xBF350481, 0x3F350481, 0x00000000
|
||||
glabel D_80A9C26C
|
||||
.word 0x006C0066, 0x00600054, 0x00420037, 0x002A0026
|
||||
glabel D_80A9C27C
|
||||
.word 0xC8500190, 0xB86CF380, 0xB870BD98, 0xB0F404B0, 0xB0F80064, 0x30FC0078
|
||||
glabel D_80A9C294
|
||||
.word 0x0500B9D0, 0x06000140, 0x06000140
|
||||
|
|
@ -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_80A9C340
|
||||
.incbin "baserom/ovl_En_Kusa", 0x13A0, 0x00000210
|
Loading…
Add table
Add a link
Reference in a new issue