diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-16 15:57:28 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-16 16:07:19 +0000 |
commit | d7c76675f7424803928526449bf51f0cc8d62cee (patch) | |
tree | 1da9468d6a751a3666b1c7f9bff256edbc2c0a16 /src/constants/map_constants.asm | |
parent | 220422a25c5b7463ccf50e5ae44228dd3418de57 (diff) | |
parent | 95f2f3f87df689671384c251f3527b06d6a78f8a (diff) |
Merge https://github.com/pret/poketcg
Diffstat (limited to 'src/constants/map_constants.asm')
-rw-r--r-- | src/constants/map_constants.asm | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/constants/map_constants.asm b/src/constants/map_constants.asm index 74ec7d7..84656c4 100644 --- a/src/constants/map_constants.asm +++ b/src/constants/map_constants.asm @@ -34,6 +34,21 @@ const POKEMON_DOME ; $20 const HALL_OF_HONOR ; $21 +; overworld map selections + const_def 1 + const OWMAP_MASON_LABORATORY ; $01 + const OWMAP_ISHIHARAS_HOUSE ; $02 + const OWMAP_FIGHTING_CLUB ; $03 + const OWMAP_ROCK_CLUB ; $04 + const OWMAP_WATER_CLUB ; $05 + const OWMAP_LIGHTNING_CLUB ; $06 + const OWMAP_GRASS_CLUB ; $07 + const OWMAP_PSYCHIC_CLUB ; $08 + const OWMAP_SCIENCE_CLUB ; $09 + 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 |