From 7e84f7240328af68723f8419d5079daea32cf21d Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 17 Jun 2019 08:05:29 +0200 Subject: [PATCH] `end` -> `return` in clair bugfix --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```