Use IML defines in InitPokeDudeBag args
This commit is contained in:
+2
-2
@@ -1093,9 +1093,9 @@ static void TTVcmd_TaskBattleOrFadeByOptionChosen(u8 taskId)
|
|||||||
static void TeachyTvSetupBagItemsByOptionChosen(void)
|
static void TeachyTvSetupBagItemsByOptionChosen(void)
|
||||||
{
|
{
|
||||||
if (sStaticResources.whichScript == TTVSCR_TMS)
|
if (sStaticResources.whichScript == TTVSCR_TMS)
|
||||||
InitPokeDudeBag(10);
|
InitPokeDudeBag(ITEMMENULOCATION_TTVSCR_TMS);
|
||||||
else
|
else
|
||||||
InitPokeDudeBag(9);
|
InitPokeDudeBag(ITEMMENULOCATION_TTVSCR_REGISTER);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void TeachyTvPostBattleFadeControl(u8 taskId)
|
static void TeachyTvPostBattleFadeControl(u8 taskId)
|
||||||
|
|||||||
Reference in New Issue
Block a user