mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
obj_tsubo OK (#702)
* Getting started * matched tsubo_init * matched func_80BA0DF4 and func_80BA100C * matched func_80BA1294, with progress func_80BA15BC * matched final func, deleted asm, some documenting * Fixing some control flow, and names * Fixing suggested changes (some still remain) * adding the dangeon_keep gfx
This commit is contained in:
parent
55ae8ad741
commit
8022585465
23 changed files with 279 additions and 1104 deletions
|
@ -1,38 +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_80BA1B50
|
||||
.word 0x00000000
|
||||
glabel D_80BA1B54
|
||||
.word 0x00000000
|
||||
glabel D_80BA1B58
|
||||
.word 0x00000000
|
||||
glabel D_80BA1B5C
|
||||
.word 0x00000000
|
||||
glabel Obj_Tsubo_InitVars
|
||||
.word 0x01110600, 0x00800010, 0x00010000, 0x000001A0
|
||||
.word ObjTsubo_Init
|
||||
.word ObjTsubo_Destroy
|
||||
.word ObjTsubo_Update
|
||||
.word 0x00000000
|
||||
glabel D_80BA1B80
|
||||
.word 0x0003012C
|
||||
glabel D_80BA1B84
|
||||
.word 0x05017870, 0x060017C0
|
||||
glabel D_80BA1B8C
|
||||
.word 0x05017A60, 0x06001960
|
||||
glabel D_80BA1B94
|
||||
.word 0x0C090939, 0x20010000, 0x00000000, 0x00000002, 0x00010000, 0x4FC1FFFE, 0x00000000, 0x01010100, 0x0009001A, 0x00000000, 0x00000000
|
||||
glabel D_80BA1BC0
|
||||
.word 0x0000000C, 0x003CFF00
|
||||
glabel D_80BA1BC8
|
||||
.word 0xB86CFB50, 0xB870B1E0, 0xC8500096, 0xB0F40384, 0xB0F80064, 0x30FC0320
|
||||
|
|
@ -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_80BA1C70
|
||||
.incbin "baserom/ovl_Obj_Tsubo", 0xF10, 0x00000180
|
Loading…
Add table
Add a link
Reference in a new issue