shithub: pokecrystal

Download patch

ref: 7e84f7240328af68723f8419d5079daea32cf21d
parent: ad299b16358b5d73e24e0c12d2746936aad7f2ce
author: mid-kid <esteve.varela@gmail.com>
date: Mon Jun 17 04:05:29 EDT 2019

`end` -> `return` in clair bugfix

--- a/docs/bugs_and_glitches.md
+++ b/docs/bugs_and_glitches.md
@@ -916,7 +916,7 @@
 +
 +.UnsetClairScene:
 +	setmapscene DRAGONS_DEN_B1F, SCENE_DRAGONSDENB1F_NOTHING
-+	end
++	return
 ```