diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-03-01 18:04:42 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2022-03-02 02:05:07 -0500 |
commit | 16aacb064835c11204004d8e1115131ef718eeaf (patch) | |
tree | 37d491e58cdb21020f1fa1f7b1521aed44864033 /src/new_game.c | |
parent | 82f0cced2dbe3265681c140a91e2970b64a31422 (diff) |
Sync pokemon jump documentation
Diffstat (limited to 'src/new_game.c')
-rw-r--r-- | src/new_game.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_game.c b/src/new_game.c index d570e3886..741d1d602 100644 --- a/src/new_game.c +++ b/src/new_game.c @@ -155,6 +155,6 @@ static void ResetMiniGamesResults(void) { CpuFill16(0, &gSaveBlock2Ptr->berryCrush, sizeof(struct BerryCrush)); SetBerryPowder(&gSaveBlock2Ptr->berryCrush.berryPowderAmount, 0); - ResetPokeJumpResults(); + ResetPokemonJumpRecords(); CpuFill16(0, &gSaveBlock2Ptr->berryPick, sizeof(struct BerryPickingResults)); } |