Italicize variables in docs

This commit is contained in:
Remy Oukaour 2017-12-11 23:11:58 -05:00
parent c3f423e30f
commit 265d36c6b8
1 changed files with 17 additions and 17 deletions

View File

@ -3,20 +3,20 @@
## `const_value set 2` ## `const_value set 2`
### `const <MAPNAME>_<PERSONNAME>` ### `const` *`MAPNAME_PERSONNAME`*
## `MapName_MapScriptHeader:` ## `MapName_MapScriptHeader:`
## `.MapTriggers: db <N>` ## `.MapTriggers: db` *N*
### `maptrigger <script>` ### `maptrigger` *script*
## `.MapCallbacks: db <N>` ## `.MapCallbacks: db` *N*
### `dbw <type>, <script>` ### `dbw` *type*, *script*
## Scripts ## Scripts
@ -37,19 +37,19 @@
db 0, 0 db 0, 0
## `.Warps: db <N>` ## `.Warps: db` *N*
### `warp_def <y>, <x>, <id>, <map>` ### `warp_def` *y*, *x*, *warp_id*, *map*
## `.XYTriggers: db <N>` ## `.XYTriggers: db` *N*
### `xy_trigger <id>, <y>, <x>, $0, <script>, $0, $0` ### `xy_trigger` *id*, *y*, *x*, `$0`, *script*, `$0`, `$0`
## `.Signposts: db <N>` ## `.Signposts: db` *N*
### `signpost <y>, <x>, <type>, <script>` ### `signpost` *y*, *x*, *type*, *script*
#### Signpost types: #### Signpost types:
@ -59,17 +59,17 @@
- **`SIGNPOST_IFSET/IFNOTSET`** - **`SIGNPOST_IFSET/IFNOTSET`**
`dw <event_flag>, <script>` **`dw` *event_flag*, *script***
- **`SIGNPOST_ITEM`** - **`SIGNPOST_ITEM`**
`dwb <event_flag>, <item_id>` **`dwb` *event_flag*, *item_id***
- **`SIGNPOST_COPY`** - **`SIGNPOST_COPY`**
## `.PersonEvents: db <N>` ## `.PersonEvents: db` *N*
### `person_event <sprite>, <y>, <x>, <movement>, <ry>, <rx>, <hour>, <day>, <palette>, <type>, <range>, <script>, <flag>` ### `person_event` *sprite*, *y*, *x*, *movement*, *ry*, *rx*, *hour*, *daytime*, *palette*, *type*, *range*, *script*, *event_flag*
#### Movement types: #### Movement types:
@ -111,8 +111,8 @@
- **`PERSONTYPE_ITEMBALL`** - **`PERSONTYPE_ITEMBALL`**
**`itemball <item_id>`** **`itemball` *item_id***
- **`PERSONTYPE_TRAINER`** - **`PERSONTYPE_TRAINER`**
**`trainer <event_flag>, <group_id>, <trainer_id>, <seen_text>, <beaten_text>, <loss_text>, <script>`** **`trainer` *event_flag*, *group_id*, *trainer_id*, *seen_text*, *beaten_text*, *loss_text*, *script***