mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Gerudo2 OK and mostly documented (#610)
* OK, inlined small data, began naming * spec * more naming * finished naming * remove ASM * hex to dec * review Co-authored-by: Fig02 <fig02srl@gmail.com>
This commit is contained in:
parent
43f47f9561
commit
45deae6357
38 changed files with 617 additions and 1776 deletions
|
@ -242,8 +242,8 @@ void DemoKankyo_Init(Actor* thisx, GlobalContext* globalCtx) {
|
|||
this->unk_150[0].unk_18 = 0.0f;
|
||||
if (!(gSaveContext.eventChkInf[4] & 0x800)) {
|
||||
Actor_SpawnAsChild(&globalCtx->actorCtx, &this->actor, globalCtx, ACTOR_DOOR_TOKI,
|
||||
this->actor.world.pos.x, this->actor.world.pos.y, this->actor.world.pos.z, 0, 0,
|
||||
0, 0x0000);
|
||||
this->actor.world.pos.x, this->actor.world.pos.y, this->actor.world.pos.z, 0, 0, 0,
|
||||
0x0000);
|
||||
} else {
|
||||
globalCtx->unk_11D30[1] = 0xFF;
|
||||
Actor_Kill(&this->actor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue