From c664b807ac103fd6fc608b49ed8557d6e101974d Mon Sep 17 00:00:00 2001 From: Scyrous <74797764+Scyrous@users.noreply.github.com> Date: Sun, 4 Aug 2024 12:31:03 +0200 Subject: [PATCH] fix typo --- Custom-Battle-Mugshots.md | 1 - 1 file changed, 1 deletion(-) 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]