diff options
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) |