diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-23 06:36:39 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-23 16:00:17 -0500 |
commit | f14c3be5e836ffffd65dbb54a37748a4b15620b3 (patch) | |
tree | 9b1e6e0a32b926063a18db987193d2cafd530c5d /src/berry_tag_screen.c | |
parent | 65b5fe5f00a8d7381c1e3c5d7c3f4537459988c2 (diff) |
Document field_effect_helpers and other misc. things
Diffstat (limited to 'src/berry_tag_screen.c')
-rw-r--r-- | src/berry_tag_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_tag_screen.c b/src/berry_tag_screen.c index 77f80d728..a8f797e28 100644 --- a/src/berry_tag_screen.c +++ b/src/berry_tag_screen.c @@ -238,7 +238,7 @@ static void sub_814640C(u8 taskId) { SetMainCallback2(sub_80A5B40); sub_80A7DD4(); - gpu_pal_allocator_reset__manage_upper_four(); + FreeAndReserveObjectSpritePalettes(); DestroyTask(taskId); } } |