mirror of https://github.com/pret/pokeemerald.git
fix typo
parent
7b488947a2
commit
c664b807ac
|
@ -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 the new transition to `sTasks_Main` by adding `[B_TRANSITION_MUGSHOT] = Task_Mugshot,` to the array.
|
||||||
- Add our new function:
|
- Add our new function:
|
||||||
```diff
|
```diff
|
||||||
static void Task_Mugshot(u8 taskId)
|
|
||||||
// Sprite data for trainer sprites in mugshots
|
// Sprite data for trainer sprites in mugshots
|
||||||
#define sState data[0]
|
#define sState data[0]
|
||||||
#define sSlideSpeed data[1]
|
#define sSlideSpeed data[1]
|
||||||
|
|
Loading…
Reference in New Issue