diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
commit | 6e9821ca07a64ee09129038286aaba3eb1825946 (patch) | |
tree | 903b8f2baba6870cbf5099b8ef5b5480e6e2b7ef /src/debug/nakamura_debug_menu.c | |
parent | 54cda0308707ace7055cc8ea6f4e698e6324f911 (diff) |
Split contest code
Diffstat (limited to 'src/debug/nakamura_debug_menu.c')
-rw-r--r-- | src/debug/nakamura_debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/nakamura_debug_menu.c b/src/debug/nakamura_debug_menu.c index e8f40f08e..addedb088 100644 --- a/src/debug/nakamura_debug_menu.c +++ b/src/debug/nakamura_debug_menu.c @@ -851,7 +851,7 @@ static bool8 FishingPoints(void) ConvertIntToDecimalStringN(gStringVar1, FeebasDebug_GetTrueNumberOfWaterTilesInMapThird(2), STR_CONV_MODE_RIGHT_ALIGN, 5); Menu_PrintText(gStringVar1, 11, 7); - FeebasSeedRng(gSaveBlock1.easyChatPairs[0].unk2); + FeebasSeedRng(gSaveBlock1.easyChatPairs[0].excitementAppealBonus); nWaterTiles = FishingPoints_CountFishingTilesInMapThird(0) + FishingPoints_CountFishingTilesInMapThird(1) + FishingPoints_CountFishingTilesInMapThird(2); nFeebas = 0; |