mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
Cleanup post good scene names (#1452)
* Cleanup scene names * missing scene id use * rename scene draw config functions * remove now useless comments * format * fix double defense/magic swapped * try precision on "from potion shop" Co-authored-by: engineer124 <engineer124engineer124@gmail.com>
This commit is contained in:
parent
8ff58118b3
commit
9bad1d108e
16 changed files with 227 additions and 254 deletions
|
@ -435,7 +435,7 @@ void func_8002F8F0(Actor* actor, u16 sfxId);
|
|||
void func_8002F91C(Actor* actor, u16 sfxId);
|
||||
void func_8002F948(Actor* actor, u16 sfxId);
|
||||
void func_8002F974(Actor* actor, u16 sfxId);
|
||||
void func_8002F994(Actor* actor, s32 arg1);
|
||||
void func_8002F994(Actor* actor, s32 timer);
|
||||
s32 func_8002F9EC(PlayState* play, Actor* actor, CollisionPoly* poly, s32 bgId, Vec3f* pos);
|
||||
void Actor_DisableLens(PlayState* play);
|
||||
void Actor_InitContext(PlayState* play, ActorContext* actorCtx, ActorEntry* playerEntry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue