Implement & link ac_quest_talk_normal_init

This commit is contained in:
Cuyler36
2024-11-08 18:39:42 -05:00
parent b23f4bd984
commit 28dda101e3
9 changed files with 2362 additions and 11 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -2491,7 +2491,7 @@ extern int mEv_spread_rumor(int type) {
extern int mEv_get_rumor() {
if (n_rumor != 0) {
return rumor_table[gamePT->frame_counter % n_rumor] | mEv_SET(mEv_TYPE3_EVENT, 0);
return rumor_table[gamePT->frame_counter % n_rumor] | mEv_SET(mEv_TYPE_RUMOR, 0);
}
return 0;