Add enum for attention types

This commit is contained in:
LagoLunatic
2024-04-17 00:15:24 -04:00
parent bc85a947e6
commit 2b71216c8b
19 changed files with 72 additions and 61 deletions
+3 -3
View File
@@ -277,9 +277,9 @@ int daObjMknjD::Act_c::Create() {
m0430 = 0x2920;
}
attention_info.distances[1] = 0x3D;
attention_info.distances[3] = 0x3D;
attention_info.flags |= fopAc_Attn_ACTION_TALK_e | fopAc_Attn_TALKFLAG_CHECK_e;
attention_info.distances[fopAc_Attn_TYPE_TALK_e] = 0x3D;
attention_info.distances[fopAc_Attn_TYPE_SPEAK_e] = 0x3D;
attention_info.flags |= fopAc_Attn_ACTION_SPEAK_e | fopAc_Attn_TALKFLAG_CHECK_e;
if (!checkItemGet(mGiveItemNo, 1)) {
m043F = 8;