From ba9a692643c50fe9e9ddec10fa8d8d1850ba4841 Mon Sep 17 00:00:00 2001 From: Goppier <96147255+Goppier@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:46:51 +0200 Subject: [PATCH] Fix some text in feebasCalcs.py --- feebasCalcs.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/feebasCalcs.py b/feebasCalcs.py index dc88c91..3fc374d 100644 --- a/feebasCalcs.py +++ b/feebasCalcs.py @@ -171,8 +171,9 @@ class FeebasCalculator: def findFeebasStartingPoint(self): """ - This function finds the starting point for the Trendy Phrase calculation based on the Lottory Number. It does this by progressing the RNG - 20000 frames (around 5,5 minutes) forward and saves all moments the RNG generated the given Lottory Number in an array. + This function finds the starting point for the Trendy Phrase calculation based on the Lottory + Number. It does this by progressing the RNG 20000 frames (around 5,5 minutes) forward and saves + all moments the RNG generated the given Lottory Number in an array. Args: self: The class itself @@ -186,9 +187,10 @@ class FeebasCalculator: def findTrendyPhraseRubySapphire(self, lottery_seed): """ - This function generates the dewford phrases for Ruby and Sapphire based on the lottory seed that was found before. It first find the starting - point using the Trainer ID. Afterwards the Dewford Phrases are generated. If the last RNG call made ends with the Lottory Number and the Trendiest - Phrase matches, then Feebas is found successfully! + This function generates the dewford phrases for Ruby and Sapphire based on the lottory seed that was + found before. It first find the starting point using the Trainer ID. Afterwards the Dewford Phrases + are generated. If the last RNG call made ends with the Lottory Number and the Trendiest Phrase + matches, then Feebas is found successfully! Args: self: The class itself