summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-06-17 08:05:29 +0200
committermid-kid <esteve.varela@gmail.com>2019-06-17 08:05:29 +0200
commit7e84f7240328af68723f8419d5079daea32cf21d (patch)
treea119b4a04697bba53c0f9617283ed9a467fc6236
parentad299b16358b5d73e24e0c12d2746936aad7f2ce (diff)
`end` -> `return` in clair bugfix
-rw-r--r--docs/bugs_and_glitches.md2
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
```