1
0
Fork 0
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:
KrimtonZ 2020-03-25 10:59:49 -05:00
parent 498d19655b
commit 18676c531d
5 changed files with 8 additions and 8 deletions

View file

@ -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);