summaryrefslogtreecommitdiff
path: root/src/constants/map_constants.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-02-15 23:45:14 -0600
committerdannye <33dannye@gmail.com>2021-02-15 23:46:16 -0600
commit95f2f3f87df689671384c251f3527b06d6a78f8a (patch)
tree1e626702ec65f09c8669ca15ac77e8be23afebd4 /src/constants/map_constants.asm
parent456a6d2378b967d59e4c07edf17313f334341892 (diff)
Document overworld map player sprite auto movement routines
Diffstat (limited to 'src/constants/map_constants.asm')
-rw-r--r--src/constants/map_constants.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/constants/map_constants.asm b/src/constants/map_constants.asm
index 8aaa09d..c536b13 100644
--- a/src/constants/map_constants.asm
+++ b/src/constants/map_constants.asm
@@ -48,6 +48,7 @@
const OWMAP_FIRE_CLUB ; $0A
const OWMAP_CHALLENGE_HALL ; $0B
const OWMAP_POKEMON_DOME ; $0C
+ const OWMAP_MYSTERY_HOUSE ; $0D for OverworldMapNames
; Size of map data. See data/npc_map_data.asm and data/map_objects.asm
; for more info on what these represent