diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-27 06:46:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-27 06:46:29 -0400 |
commit | c396aaa804543c6950bdef918f3773394da09bdf (patch) | |
tree | a925bd32e0745ddf3ecef23d1ef3e710f3250273 /src/pokemon_jump_4.c | |
parent | 3dce3407d5f9bca69d61b1cf1b314fb1e921d572 (diff) | |
parent | 1a9ba7bb0aeb27a7d0bca43190edd054e517f27b (diff) |
Merge pull request #431 from PikalaxALT/sync_bery_crush
Sync berry crush from Emerald
Diffstat (limited to 'src/pokemon_jump_4.c')
-rw-r--r-- | src/pokemon_jump_4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_jump_4.c b/src/pokemon_jump_4.c index b197ebeef..4725e3fc2 100644 --- a/src/pokemon_jump_4.c +++ b/src/pokemon_jump_4.c @@ -55,7 +55,7 @@ void sub_8149CEC(struct PokemonJump2 *arg0) void sub_8149D24(void) { FreeAllWindowBuffers(); - DigitObjUtil_Teardown(); + DigitObjUtil_Free(); } static void sub_8149D34(struct PokemonJump2 *arg0) |