fix typo

Scyrous 2024-08-04 12:31:03 +02:00
parent 7b488947a2
commit c664b807ac
1 changed files with 0 additions and 1 deletions

@ -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]