diff options
author | yenatch <yenatch@gmail.com> | 2017-12-28 22:17:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 22:17:13 -0500 |
commit | b97a1acf3d676ca1c776e37ff4cfa48164ffc92b (patch) | |
tree | 59b5db70690a9f9041e4964adae1722b4d178a1b /docs/map_scripts.md | |
parent | 82a05a1752b476caab8951fe03f539dcc1a63669 (diff) | |
parent | b9a68fec2589eb6969be63e6ed1eb3fca312c307 (diff) |
Merge pull request #445 from roukaour/master
Rename Pokémon animation files; consistent (x, y) coords; document design flaws
Diffstat (limited to 'docs/map_scripts.md')
-rw-r--r-- | docs/map_scripts.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/map_scripts.md b/docs/map_scripts.md index fa8fa308b..4206c7a86 100644 --- a/docs/map_scripts.md +++ b/docs/map_scripts.md @@ -60,17 +60,17 @@ Callback types: ## `.Warps: db` *N* -- **`warp_def` *y*, *x*, *warp_id*, *map*** +- **`warp_def` *x*, *y*, *warp_id*, *map*** ## `.CoordEvents: db` *N* -- **`coord_event` *scene id*, *y*, *x*, *script*** +- **`coord_event` *x*, *y*, *scene id*, *script*** ## `.BGEvents: db` *N* -- **`bg_event` *y*, *x*, *type*, *script*** +- **`bg_event` *x*, *y*, *type*, *script*** BG event types: @@ -90,7 +90,7 @@ BG event types: ## `.ObjectEvents: db` *N* -- **`object_event` *sprite*, *y*, *x*, *movement*, *ry*, *rx*, *h1*, *h2*, *palette*, *type*, *range*, *script*, *event_flag*** +- **`object_event` *x*, *y*, *sprite*, *movement*, *ry*, *rx*, *h1*, *h2*, *palette*, *type*, *range*, *script*, *event_flag*** Movement types: |