diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-19 16:19:35 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-01-19 16:19:35 -0500 |
commit | c365f58833d60606b2a759b190b1f35f09f7ee66 (patch) | |
tree | 3d98eec0219fa3332fcb9fe808c5fbd91b3ca64f /src/battle_controller_pokedude.c | |
parent | 23949274b62c7b4c43b3012da89831662d8de6dd (diff) |
Address review comments
Diffstat (limited to 'src/battle_controller_pokedude.c')
-rw-r--r-- | src/battle_controller_pokedude.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_controller_pokedude.c b/src/battle_controller_pokedude.c index b9df7e1ed..d8ebe5ba4 100644 --- a/src/battle_controller_pokedude.c +++ b/src/battle_controller_pokedude.c @@ -742,7 +742,7 @@ static void OpenBagAndChooseItem(void) callbackId = ITEMMENULOCATION_TTVSCR_CATCHING; break; } - InitPokeDudeBag(callbackId); + InitPokedudeBag(callbackId); } } |