mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 07:20:16 +00:00
set types for more segment addresses
This commit is contained in:
parent
498d19655b
commit
18676c531d
5 changed files with 8 additions and 8 deletions
|
@ -57,8 +57,8 @@ static InitChainEntry initChain[] = {
|
|||
ICHAIN_F32(unk_4C, 5600, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
extern u32 D_0600006C;
|
||||
extern u32 D_06002190;
|
||||
extern AnimationHeader D_0600006C;
|
||||
extern SkeletonHeader D_06002190;
|
||||
|
||||
void EnBird_SetNewUpdate(EnBird* this, ActorFunc newUpdateFunc) {
|
||||
this->updateFunc = newUpdateFunc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue