diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 13:08:30 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-01 13:08:30 -0500 |
commit | b54a7b779547dca8d6fbf040faf41f36660f0563 (patch) | |
tree | 7a942383dc28bfe11991eee75e2756909d086314 | |
parent | fcfe77bc3db73afd2001c21ec9cc1cfb1beca20e (diff) |
Quick scene explanation
-rw-r--r-- | constants/scene_constants.asm | 4 |
1 files changed, 4 insertions, 0 deletions
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 |