diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 22:04:08 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 22:04:08 -0400 |
commit | ed6fdd743f41185a1ebd030fb9d9ea36e37a3ced (patch) | |
tree | c46d1ea36b9aadbe60620bded456d3d3b470266f /src/pokemon_storage_system.c | |
parent | a950f9c7712ed8794e385bb7ed6b9eff360b4260 (diff) |
Some pokemon_icon clean up
Diffstat (limited to 'src/pokemon_storage_system.c')
-rw-r--r-- | src/pokemon_storage_system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_storage_system.c b/src/pokemon_storage_system.c index 3911f52f0..e18a6db76 100644 --- a/src/pokemon_storage_system.c +++ b/src/pokemon_storage_system.c @@ -8177,7 +8177,7 @@ static bool8 MultiMove_Start(void) { case 0: HideBg(0); - sub_80D304C(0x80); + TryLoadAllMonIconPalettesAtOffset(0x80); sMultiMove->state++; break; case 1: |