summaryrefslogtreecommitdiff
path: root/src/wild_encounter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wild_encounter.c')
-rw-r--r--src/wild_encounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wild_encounter.c b/src/wild_encounter.c
index f4befa466..c81036587 100644
--- a/src/wild_encounter.c
+++ b/src/wild_encounter.c
@@ -148,7 +148,7 @@ bool8 CheckFeebas(void)
if(Random() % 100 > 49) //Why not just do (Random() & 1) to get a 50% chance?
return FALSE;
//_08084AC8
- FeebasSeedRng(gSaveBlock1.feebasLocationSeed);
+ FeebasSeedRng(gSaveBlock1.easyChatPairs[0].unk2);
for(i = 0; i != NUM_FEEBAS_SPOTS;)
{
feebasSpots[i] = FeebasRandom() % 447;