diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 23:16:25 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 23:16:25 -0500 |
commit | 8a6a1a7d77fdcd1f8468f0c411795a8f039d4bd8 (patch) | |
tree | 966b287b30c8932a901525647808f7436d28b2a2 /items | |
parent | 91f749101724a17398363745d8ac95cd4feeb1c1 (diff) |
CmdQueues
Diffstat (limited to 'items')
-rw-r--r-- | items/item_effects.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 9fc3c844f..e97423fbd 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -1875,9 +1875,9 @@ UseItem_SelectMon: ; f1f9 (3:71f9) ret ChoosePkmnToUseItemOn: ; f21c (3:721c) - callba Function5004f - callba Function50405 - callba Function503e0 + callba LoadPartyMenuGFX + callba InitPartyMenuWithCancel + callba InitPartyMenuGFX callba WritePartyMenuTilemap callba PrintPartyMenuText call WaitBGMap |