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
|
@ -63,8 +63,8 @@ static InitChainEntry initChain[] = {
|
|||
ICHAIN_F32(unk_4C, 500, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
extern D_060005EC;
|
||||
extern D_06003DC0;
|
||||
extern AnimationHeader D_060005EC;
|
||||
extern SkeletonHeader D_06003DC0;
|
||||
|
||||
static void EnMs_SetOfferText(EnMs* this, GlobalContext* globalCtx) {
|
||||
this->actor.textId = Text_GetFaceReaction(globalCtx, 0x1B);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue