diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 15:26:14 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-01-12 19:39:30 -0600 |
commit | e736c2d2fd7bfb7cbc722a4bdf2e8c7d6bb4376d (patch) | |
tree | 184088d05e8b3e8df81813ee0454579c4bd71f57 /src/mauville_old_man.c | |
parent | c27a4778eecb8b6c32969ab7520e2d5eaf44f3b9 (diff) |
Document some easy chat specials
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index add48efd8..8fe233fc1 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -360,7 +360,7 @@ static void InitGiddyTaleList(void) break; if (r1 == 6) r1 = 0; - giddy->randomWords[i] = sub_811EE90(arr[r1][0]); + giddy->randomWords[i] = GetRandomEasyChatWordFromUnlockedGroup(arr[r1][0]); } } } |