From b54a7b779547dca8d6fbf040faf41f36660f0563 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 1 Feb 2018 13:08:30 -0500 Subject: [PATCH] Quick scene explanation --- constants/scene_constants.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/constants/scene_constants.asm b/constants/scene_constants.asm index be7f444ae..157f84111 100644 --- a/constants/scene_constants.asm +++ b/constants/scene_constants.asm @@ -1,3 +1,7 @@ +; See data/maps/scenes.asm for which maps have scene variables. +; Values default to 0 and can be changed with setscene or setmapscene. +; Each scene_script and coord_event goes with a single scene ID. + SCENE_DEFAULT EQU 0 ; wPokecenter2FSceneID