Document Dewford Trend
This commit is contained in:
@@ -108,7 +108,7 @@ static bool8 CheckFeebas(void)
|
||||
if (Random() % 100 > 49) // 50% chance of encountering Feebas
|
||||
return FALSE;
|
||||
|
||||
FeebasSeedRng(gSaveBlock1Ptr->easyChatPairs[0].unk2);
|
||||
FeebasSeedRng(gSaveBlock1Ptr->dewfordTrends[0].rand);
|
||||
for (i = 0; i != NUM_FEEBAS_SPOTS;)
|
||||
{
|
||||
feebasSpots[i] = FeebasRandom() % 447;
|
||||
|
||||
Reference in New Issue
Block a user