diff options
Diffstat (limited to 'src/constants/map_constants.asm')
-rw-r--r-- | src/constants/map_constants.asm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/constants/map_constants.asm b/src/constants/map_constants.asm index be5ee7d..a2654f8 100644 --- a/src/constants/map_constants.asm +++ b/src/constants/map_constants.asm @@ -78,3 +78,17 @@ MAP_SCRIPT_CLOSE_TEXTBOX EQU $0e const MAP_SGB_PALS_8 ; $8 const MAP_SGB_PALS_9 ; $9 const MAP_SGB_PALS_10 ; $a + + const_def 0 + const MAP_EVENT_POKEMON_DOME_DOOR ; $0 + const MAP_EVENT_HALL_OF_HONOR_DOOR ; $1 + const MAP_EVENT_FIGHTING_DECK_MACHINE ; $2 + const MAP_EVENT_ROCK_DECK_MACHINE ; $3 + const MAP_EVENT_WATER_DECK_MACHINE ; $4 + const MAP_EVENT_LIGHTNING_DECK_MACHINE ; $5 + const MAP_EVENT_GRASS_DECK_MACHINE ; $6 + const MAP_EVENT_PSYCHIC_DECK_MACHINE ; $7 + const MAP_EVENT_SCIENCE_DECK_MACHINE ; $8 + const MAP_EVENT_FIRE_DECK_MACHINE ; $9 + const MAP_EVENT_CHALLENGE_MACHINE ; $a +NUM_MAP_EVENTS EQU const_value |