mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-06 22:30:15 +00:00
New tool: sfxconvert (#514)
* Darkmeiro decompilation Bg_Gnd_Darkmeiro decompiled, matched, and documented. * give this a shot * fix conflict * one more try * could be useful * whoops * ZAP2 stuff * ZAP why * ZAP again * new tool * python function conventions * new name * new error handling * whoops comments
This commit is contained in:
parent
96512ee3ab
commit
0c2b92125f
5 changed files with 185 additions and 9 deletions
|
@ -212,7 +212,7 @@ void ObjKibako_Idle(ObjKibako* this, GlobalContext* globalCtx) {
|
|||
void ObjKibako_SetupHeld(ObjKibako* this) {
|
||||
this->actionFunc = ObjKibako_Held;
|
||||
this->actor.room = -1;
|
||||
func_8002F7DC(&this->actor, 0x878);
|
||||
func_8002F7DC(&this->actor, NA_SE_PL_PULL_UP_WOODBOX);
|
||||
}
|
||||
|
||||
void ObjKibako_Held(ObjKibako* this, GlobalContext* globalCtx) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue