summaryrefslogtreecommitdiff
path: root/docs/map_scripts.md
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-12 12:18:11 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-12 12:18:11 -0500
commitc5675927feefc60a286de1725515d1475a30ca2c (patch)
tree58d7eb0678f2cbad96e35352aa46e1990d23f508 /docs/map_scripts.md
parent56d0f13e1601f1da5a551a2ad531e333a5be110e (diff)
Identify more sprite-related constants
Diffstat (limited to 'docs/map_scripts.md')
-rw-r--r--docs/map_scripts.md22
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/map_scripts.md b/docs/map_scripts.md
index edd3657ec..e259638dd 100644
--- a/docs/map_scripts.md
+++ b/docs/map_scripts.md
@@ -3,7 +3,7 @@
## `const_value set 2`
-### `const` *`MAPNAME_PERSONNAME`*
+- **`const` *`MAPNAME_PERSONNAME`***
## `MapName_MapScriptHeader:`
@@ -11,16 +11,18 @@
## `.MapTriggers: db` *N*
-### `maptrigger` *script*
+- **`maptrigger` *script***
## `.MapCallbacks: db` *N*
-### `dbw` *type*, *script*
+- **`dbw` *type*, *script***
## Scripts
+[Scripting commands](docs/scripting_commands.md)
+
## Text
@@ -39,19 +41,19 @@
## `.Warps: db` *N*
-### `warp_def` *y*, *x*, *warp_id*, *map*
+- **`warp_def` *y*, *x*, *warp_id*, *map***
## `.XYTriggers: db` *N*
-### `xy_trigger` *id*, *y*, *x*, `$0`, *script*, `$0`, `$0`
+- **`xy_trigger` *id*, *y*, *x*, `$0`, *script*, `$0`, `$0`**
## `.Signposts: db` *N*
-### `signpost` *y*, *x*, *type*, *script*
+- `signpost` *y*, *x*, *type*, *script***
-#### Signpost types:
+Signpost types:
- **`SIGNPOST_READ`**
@@ -69,9 +71,9 @@
## `.PersonEvents: db` *N*
-### `person_event` *sprite*, *y*, *x*, *movement*, *ry*, *rx*, *hour*, *daytime*, *palette*, *type*, *range*, *script*, *event_flag*
+- **`person_event` *sprite*, *y*, *x*, *movement*, *ry*, *rx*, *hour*, *daytime*, *palette*, *type*, *range*, *script*, *event_flag***
-#### Movement types:
+Movement types:
- **`SPRITEMOVEDATA_ITEM_TREE`**
@@ -105,7 +107,7 @@
- **`SPRITEMOVEDATA_LAPRAS`**
-#### Person types:
+Person types:
- **`PERSONTYPE_SCRIPT`**