summaryrefslogtreecommitdiff
path: root/src/new_game.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-31 17:06:06 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2019-10-31 18:45:07 -0400
commit079310c70baecd11bd72ab493ee012f483ea2bf9 (patch)
tree3e08157597383fc414ac2523cc13e6eed0868334 /src/new_game.c
parentb07b36c6d29fbfdb8e75e343870ae8e87e9308bd (diff)
Finish decomp of wild_encounter
Diffstat (limited to 'src/new_game.c')
-rw-r--r--src/new_game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c
index e27c862bb..4c1dc2dbf 100644
--- a/src/new_game.c
+++ b/src/new_game.c
@@ -102,7 +102,7 @@ void ResetMenuAndMonGlobals(void)
ResetTMCaseCursorPos();
BerryPouch_CursorResetToTop();
sub_811089C();
- sub_8083214(Random());
+ SeedWildEncounterRng(Random());
ResetSpecialVars();
}