mirror of https://github.com/pret/pokeemerald.git
Updated Supplementary Scripting Macros (markdown)
parent
0a6dfe9730
commit
08da5e07ba
|
@ -28,7 +28,7 @@ The scripting macro, with commented description:
|
|||
.endif
|
||||
.endm
|
||||
```
|
||||
This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next commands, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead.
|
||||
This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next macros, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead.
|
||||
|
||||
Example usages:
|
||||
```c
|
||||
|
|
Loading…
Reference in New Issue