diff --git a/Custom-Battle-Mugshots.md b/Custom-Battle-Mugshots.md index 4b3ae76..bbbc538 100644 --- a/Custom-Battle-Mugshots.md +++ b/Custom-Battle-Mugshots.md @@ -89,7 +89,6 @@ Inside `include/constants/vars.h`, replace an unused variable or add your own: ` - Add the new transition to `sTasks_Main` by adding `[B_TRANSITION_MUGSHOT] = Task_Mugshot,` to the array. - Add our new function: ```diff - static void Task_Mugshot(u8 taskId) // Sprite data for trainer sprites in mugshots #define sState data[0] #define sSlideSpeed data[1]