diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-08-16 11:35:40 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-08-16 11:35:40 -0600 |
commit | 1ac9752db0bb5c7804c95982ffe0fa3c3dd41f5e (patch) | |
tree | c61628b5637c352823d5f34171187d15fc7a73b6 /constants | |
parent | c7bc0b142714341f5ff85975d079fc4b1249d847 (diff) |
Add Ilex Forest gate objects.
Diffstat (limited to 'constants')
-rw-r--r-- | constants/map_constants.asm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index d9e56382..a893bad9 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -85,14 +85,6 @@ ENDM map_const RUINS_OF_ALPH_AERODACTYL_CHAMBER, 5, 4 ; 26 map_const RUINS_OF_ALPH_INNER_CHAMBER, 14, 10 ; 27 map_const RUINS_OF_ALPH_RESEARCH_CENTER, 4, 4 ; 28 - map_const RUINS_OF_ALPH_HO_OH_ITEM_ROOM, 5, 4 ; 29 - map_const RUINS_OF_ALPH_KABUTO_ITEM_ROOM, 5, 4 ; 30 - map_const RUINS_OF_ALPH_OMANYTE_ITEM_ROOM, 5, 4 ; 31 - map_const RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM, 5, 4 ; 32 - map_const RUINS_OF_ALPH_HO_OH_WORD_ROOM, 12, 10 ; 33 - map_const RUINS_OF_ALPH_KABUTO_WORD_ROOM, 7, 10 ; 34 - map_const RUINS_OF_ALPH_OMANYTE_WORD_ROOM, 8, 10 ; 35 - map_const RUINS_OF_ALPH_AERODACTYL_WORD_ROOM, 7, 10 ; 36 map_const UNION_CAVE_1F, 18, 10 ; 37 map_const UNION_CAVE_B1F, 18, 10 ; 38 map_const UNION_CAVE_B2F, 18, 10 ; 39 |