Add TextCategory enum

This commit is contained in:
Tal Hayon
2022-04-27 00:01:22 +03:00
parent f899598843
commit 4de453b4de
67 changed files with 1197 additions and 679 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ typedef struct {
/*0x6a*/ u8 unk_6a;
} FourElementsEntity;
extern u32 sub_0805429C(u32);
extern u32 getItemMetaDataGetTextIndex(u32);
extern void sub_0807DF50(void);
extern u16 script_PlayerGetElement[];
@@ -133,7 +133,7 @@ void FourElements_Action5(FourElementsEntity* this) {
RequestPriorityDuration(NULL, 10);
if (--this->unk_68 == 0) {
super->action = 6;
index = sub_0805429C(super->type);
index = getItemMetaDataGetTextIndex(super->type);
MessageNoOverlap(index, super);
}
}