name match call messages by trainers

This commit is contained in:
garak
2019-07-29 12:46:08 -04:00
parent cd6fd3110f
commit b6483d7026
3 changed files with 478 additions and 552 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ static u32 sub_81CACF8(struct Pokenav3Struct *);
static u32 sub_81CAD20(s32);
static bool32 sub_81CB1D0(void);
#include "data/text/trainers_eye_messages.h"
#include "data/text/match_call_messages.h"
const u8 gUnknown_08622508[] = {0, 2};
const u8 gUnknown_0862250A[] = {0, 1, 2, 0, 0, 0};
@@ -365,7 +365,7 @@ const u8 *sub_81CAFD8(int index, int textType)
var0 = state->unk1C[index].unk2;
}
return gUnknown_08622028[var0][textType];
return gMatchCallMessages[var0][textType];
}
u16 sub_81CB01C(void)