summaryrefslogtreecommitdiff
path: root/src/debug
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-29 11:08:14 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-29 11:08:14 -0400
commit5587dcd9e717b6ecb3232a7e6eefdfff1614a59c (patch)
tree3ee0bb682f8c7f6cb3c89779da5b957cc6a9c3f9 /src/debug
parent2db62c5ac8e7a29adf5d55f87e37146c4601d0d6 (diff)
Fix pokemon_icon.c fakematch
Diffstat (limited to 'src/debug')
-rw-r--r--src/debug/watanabe_debug_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/watanabe_debug_menu.c b/src/debug/watanabe_debug_menu.c
index da9aced98..ff5fd5fe5 100644
--- a/src/debug/watanabe_debug_menu.c
+++ b/src/debug/watanabe_debug_menu.c
@@ -2684,7 +2684,7 @@ void debug_80C6CB8(u8 taskId)
gSprites[gUnknown_Debug_2038A20->unk3].callback = debug_69;
gSprites[gUnknown_Debug_2038A20->unk3].oam.priority = 0;
- gUnknown_Debug_2038A20->round1Points = CreateMonIcon(gUnknown_Debug_2038A20->totalPoints, sub_809D62C, 0x68, 0x2C, 0, 0);
+ gUnknown_Debug_2038A20->round1Points = CreateMonIcon(gUnknown_Debug_2038A20->totalPoints, SpriteCB_PokemonIcon, 0x68, 0x2C, 0, 0);
PrintFootprint(SpeciesToNationalPokedexNum(gUnknown_Debug_2038A20->totalPoints), 2, 0x3fc);