diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-17 23:00:08 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-17 23:00:08 +0100 |
commit | 9ffd0c73829e5a0aded23518887007da9c3fc44c (patch) | |
tree | 7f9f83c9e4e99ef04351f4ccfcc3289cd9bcec7c /src/menu_helpers.c | |
parent | aae36b5653537a063560dc2c7df261cc7b950a4c (diff) |
3.5 asm left
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r-- | src/menu_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c index a3c0be36a..0adc6228e 100644 --- a/src/menu_helpers.c +++ b/src/menu_helpers.c @@ -394,8 +394,8 @@ void sub_8122298(u16 *arg0, u16 *arg1, u8 arg2, u8 arg3, u8 arg4) void LoadListMenuArrowsGfx(void) { - LoadCompressedObjectPic(&gUnknown_0859F514); - LoadCompressedObjectPalette(&gUnknown_0859F51C); + LoadCompressedSpriteSheet(&gUnknown_0859F514); + LoadCompressedSpritePalette(&gUnknown_0859F51C); } void sub_8122344(u8 *spriteIds, u8 count) |