diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-06-17 08:05:29 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-06-17 08:05:29 +0200 |
commit | 7e84f7240328af68723f8419d5079daea32cf21d (patch) | |
tree | a119b4a04697bba53c0f9617283ed9a467fc6236 | |
parent | ad299b16358b5d73e24e0c12d2746936aad7f2ce (diff) |
`end` -> `return` in clair bugfix
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index d1cbf0dee..ad6114c77 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -916,7 +916,7 @@ This can bring Pokémon straight from level 1 to 100 by gaining just a few exper + +.UnsetClairScene: + setmapscene DRAGONS_DEN_B1F, SCENE_DRAGONSDENB1F_NOTHING -+ end ++ return ``` |