redone landmarks, now with constants

This commit is contained in:
yenatch 2013-11-28 03:54:21 -05:00
parent ac65a8b821
commit fd73d41e6b
4 changed files with 347 additions and 528 deletions

View File

@ -15,6 +15,7 @@ INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/battle_constants.asm"
INCLUDE "constants/map_constants.asm"
INCLUDE "constants/landmark_constants.asm"
INCLUDE "constants/item_constants.asm"
INCLUDE "constants/trainer_constants.asm"
INCLUDE "constants/script_constants.asm"

View File

@ -0,0 +1,100 @@
const_def
const SPECIAL_MAP
const NEW_BARK_TOWN
const ROUTE_29
const CHERRYGROVE_CITY
const ROUTE_30
const ROUTE_31
const VIOLET_CITY
const SPROUT_TOWER
const ROUTE_32
const RUINS_OF_ALPH
const UNION_CAVE
const ROUTE_33
const AZALEA_TOWN
const SLOWPOKE_WELL
const ILEX_FOREST
const ROUTE_34
const GOLDENROD_CITY
const RADIO_TOWER
const ROUTE_35
const NATIONAL_PARK
const ROUTE_36
const ROUTE_37
const ECRUTEAK_CITY
const TIN_TOWER
const BURNED_TOWER
const ROUTE_38
const ROUTE_39
const OLIVINE_CITY
const LIGHTHOUSE
const BATTLE_TOWER
const ROUTE_40
const WHIRL_ISLANDS
const ROUTE_41
const CIANWOOD_CITY
const ROUTE_42
const MT_MORTAR
const MAHOGANY_TOWN
const ROUTE_43
const LAKE_OF_RAGE
const ROUTE_44
const ICE_PATH
const BLACKTHORN_CITY
const DRAGONS_DEN
const ROUTE_45
const DARK_CAVE
const ROUTE_46
const SILVER_CAVE
const PALLET_TOWN
const ROUTE_1
const VIRIDIAN_CITY
const ROUTE_2
const PEWTER_CITY
const ROUTE_3
const MT_MOON
const ROUTE_4
const CERULEAN_CITY
const ROUTE_24
const ROUTE_25
const ROUTE_5
const UNDERGROUND
const ROUTE_6
const VERMILION_CITY
const DIGLETTS_CAVE
const ROUTE_7
const ROUTE_8
const ROUTE_9
const ROCK_TUNNEL
const ROUTE_10
const POWER_PLANT
const LAVENDER_TOWN
const LAV_RADIO_TOWER
const CELADON_CITY
const SAFFRON_CITY
const ROUTE_11
const ROUTE_12
const ROUTE_13
const ROUTE_14
const ROUTE_15
const ROUTE_16
const ROUTE_17
const ROUTE_18
const FUCHSIA_CITY
const ROUTE_19
const ROUTE_20
const SEAFOAM_ISLANDS
const CINNABAR_ISLAND
const ROUTE_21
const ROUTE_22
const VICTORY_ROAD
const ROUTE_23
const INDIGO_PLATEAU
const ROUTE_26
const ROUTE_27
const TOHJO_FALLS
const ROUTE_28
const FAST_SHIP

File diff suppressed because it is too large Load Diff

View File

@ -83070,36 +83070,36 @@ GetFlyPermission: ; 91c50
; 91c5e
Flypoints: ; 91c5e
; location id, blackout id
; landmark, blackout point
; Johto
db 01, 14 ; New Bark Town
db 03, 15 ; Cherrygrove City
db 06, 16 ; Violet City
db 12, 18 ; Azalea Town
db 16, 20 ; Goldenrod City
db 22, 22 ; Ecruteak City
db 27, 21 ; Olivine City
db 33, 19 ; Cianwood City
db 36, 23 ; Mahogany Town
db 38, 24 ; Lake of Rage
db 41, 25 ; Blackthorn City
db 46, 26 ; Silver Cave
db NEW_BARK_TOWN, 14
db CHERRYGROVE_CITY, 15
db VIOLET_CITY, 16
db AZALEA_TOWN, 18
db GOLDENROD_CITY, 20
db ECRUTEAK_CITY, 22
db OLIVINE_CITY, 21
db CIANWOOD_CITY, 19
db MAHOGANY_TOWN, 23
db LAKE_OF_RAGE, 24
db BLACKTHORN_CITY, 25
db SILVER_CAVE, 26
; Kanto
db 47, 02 ; Pallet Town
db 49, 03 ; Viridian City
db 51, 04 ; Pewter City
db 55, 05 ; Cerulean City
db 61, 07 ; Vermilion City
db 66, 06 ; Rock Tunnel
db 69, 08 ; Lavender Town
db 71, 10 ; Celadon City
db 72, 09 ; Saffron City
db 81, 11 ; Fuchsia City
db 85, 12 ; Cinnabar Island
db 90, 13 ; Indigo Plateau
db PALLET_TOWN, 02
db VIRIDIAN_CITY, 03
db PEWTER_CITY, 04
db CERULEAN_CITY, 05
db VERMILION_CITY, 07
db ROCK_TUNNEL, 06
db LAVENDER_TOWN, 08
db CELADON_CITY, 10
db SAFFRON_CITY, 09
db FUCHSIA_CITY, 11
db CINNABAR_ISLAND, 12
db INDIGO_PLATEAU, 13
; 91c8e
INCBIN "baserom.gbc",$91c8e,$91c8f - $91c8e