diff options
Diffstat (limited to 'data/maps/Route19')
-rw-r--r-- | data/maps/Route19/map.json | 195 | ||||
-rw-r--r-- | data/maps/Route19/scripts.inc | 6 | ||||
-rw-r--r-- | data/maps/Route19/text.inc | 119 |
3 files changed, 320 insertions, 0 deletions
diff --git a/data/maps/Route19/map.json b/data/maps/Route19/map.json new file mode 100644 index 000000000..afa7b3b03 --- /dev/null +++ b/data/maps/Route19/map.json @@ -0,0 +1,195 @@ +{ + "id": "MAP_ROUTE19", + "name": "Route19", + "layout": "LAYOUT_ROUTE19", + "music": "BGM_FRLG_ROUTE_3", + "region_map_section": "MAPSEC_ROUTE_19", + "requires_flash": false, + "weather": "WEATHER_SUNNY", + "map_type": "MAP_TYPE_3", + "unknown_18": 1, + "unknown_19": 6, + "elevator_flag": 0, + "battle_scene": "BATTLE_SCENE_0", + "connections": [ + { + "map": "MAP_FUCHSIA_CITY", + "offset": -12, + "direction": "up" + }, + { + "map": "MAP_ROUTE20", + "offset": 40, + "direction": "left" + } + ], + "object_events": [ + { + "graphics_id": "45", + "x": 15, + "y": 10, + "elevation": 3, + "movement_type": "9", + "movement_range_x": 6, + "movement_range_y": 3, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 3, + "script": "Route19_EventScript_1AB44F", + "flag": "0" + }, + { + "graphics_id": "45", + "x": 10, + "y": 9, + "elevation": 3, + "movement_type": "10", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 3, + "script": "Route19_EventScript_1AB411", + "flag": "0" + }, + { + "graphics_id": "43", + "x": 12, + "y": 17, + "elevation": 1, + "movement_type": "1", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 3, + "script": "Route19_EventScript_1AB547", + "flag": "0" + }, + { + "graphics_id": "43", + "x": 18, + "y": 33, + "elevation": 1, + "movement_type": "51", + "movement_range_x": 5, + "movement_range_y": 3, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB48D", + "flag": "0" + }, + { + "graphics_id": "43", + "x": 8, + "y": 27, + "elevation": 1, + "movement_type": "2", + "movement_range_x": 2, + "movement_range_y": 2, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB4CB", + "flag": "0" + }, + { + "graphics_id": "43", + "x": 16, + "y": 22, + "elevation": 1, + "movement_type": "14", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 6, + "script": "Route19_EventScript_1AB509", + "flag": "0" + }, + { + "graphics_id": "43", + "x": 11, + "y": 47, + "elevation": 1, + "movement_type": "1", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB585", + "flag": "0" + }, + { + "graphics_id": "44", + "x": 14, + "y": 48, + "elevation": 1, + "movement_type": "1", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB601", + "flag": "0" + }, + { + "graphics_id": "44", + "x": 12, + "y": 49, + "elevation": 1, + "movement_type": "1", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB63F", + "flag": "0" + }, + { + "graphics_id": "44", + "x": 9, + "y": 48, + "elevation": 1, + "movement_type": "1", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB5C3", + "flag": "0" + }, + { + "graphics_id": "44", + "x": 8, + "y": 41, + "elevation": 1, + "movement_type": "8", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB67D", + "flag": "0" + }, + { + "graphics_id": "36", + "x": 9, + "y": 41, + "elevation": 1, + "movement_type": "8", + "movement_range_x": 1, + "movement_range_y": 1, + "trainer_type": 1, + "trainer_sight_or_berry_tree_id": 1, + "script": "Route19_EventScript_1AB6C3", + "flag": "0" + } + ], + "warp_events": [], + "coord_events": [], + "bg_events": [ + { + "type": "bg_event_type_0", + "x": 13, + "y": 12, + "elevation": 0, + "script": "Route19_EventScript_168232" + } + ] +} diff --git a/data/maps/Route19/scripts.inc b/data/maps/Route19/scripts.inc new file mode 100644 index 000000000..28a71830d --- /dev/null +++ b/data/maps/Route19/scripts.inc @@ -0,0 +1,6 @@ +Route19_MapScripts:: @ 8168231 + .byte 0 + +Route19_EventScript_168232:: @ 8168232 + msgbox gUnknown_8187C06, 3 + end diff --git a/data/maps/Route19/text.inc b/data/maps/Route19/text.inc new file mode 100644 index 000000000..a76ff89d7 --- /dev/null +++ b/data/maps/Route19/text.inc @@ -0,0 +1,119 @@ +Text_1877A3:: @ 81877A3 + .string "I have to exercise and warm up\n" + .string "before going out for a swim.$" + +Text_1877DF:: @ 81877DF + .string "All warmed up!$" + +Text_1877EE:: @ 81877EE + .string "Thanks, kid!\n" + .string "I'm ready for a swim.$" + +Text_187811:: @ 8187811 + .string "Wait! Slow down!\n" + .string "You'll have a heart attack!$" + +Text_18783E:: @ 818783E + .string "Ooh!\n" + .string "That's chilly!$" + +Text_187852:: @ 8187852 + .string "Watch out for TENTACOOL.\n" + .string "They sting so painfully.$" + +Text_187884:: @ 8187884 + .string "I love swimming!\n" + .string "What about you?$" + +Text_1878A5:: @ 81878A5 + .string "Belly flop!$" + +Text_1878B1:: @ 81878B1 + .string "I can beat even marine POKéMON\n" + .string "at swimming.$" + +Text_1878DD:: @ 81878DD + .string "What's beyond the horizon?$" + +Text_1878F8:: @ 81878F8 + .string "Glub!$" + +Text_1878FE:: @ 81878FE + .string "I see a couple of islands over\n" + .string "yonder!$" + +Text_187925:: @ 8187925 + .string "I tried diving for POKéMON, but it\n" + .string "was a no-go.$" + +Text_187955:: @ 8187955 + .string "Help!$" + +Text_18795B:: @ 818795B + .string "I guess you have to fish for sea\n" + .string "POKéMON.$" + +Text_187985:: @ 8187985 + .string "I look at the sea to forget all\n" + .string "the bad things that happened.$" + +Text_1879C3:: @ 81879C3 + .string "Ooh!\n" + .string "Traumatic!$" + +Text_1879D3:: @ 81879D3 + .string "I'm looking at the sea to forget\n" + .string "the bad thing that happened!$" + +Text_187A11:: @ 8187A11 + .string "Oh, I just love your ride!\n" + .string "Can I have it if I win?$" + +Text_187A44:: @ 8187A44 + .string "Oh! I lost!$" + +Text_187A50:: @ 8187A50 + .string "It's still a long way to go to\n" + .string "SEAFOAM ISLANDS…\p" + .string "I want to go back to FUCHSIA…$" + +Text_187A9E:: @ 8187A9E + .string "Swimming's great!\n" + .string "Sunburns aren't!$" + +Text_187AC1:: @ 8187AC1 + .string "Shocker!$" + +Text_187ACA:: @ 8187ACA + .string "My boyfriend wanted to swim to\n" + .string "SEAFOAM ISLANDS.$" + +Text_187AFA:: @ 8187AFA + .string "Ahoy, there!\n" + .string "These waters are treacherous!$" + +Text_187B25:: @ 8187B25 + .string "Ooh!\n" + .string "Dangerous!$" + +Text_187B35:: @ 8187B35 + .string "M-my legs! They cramped up!\n" + .string "Glub, glub…$" + +Text_187B5D:: @ 8187B5D + .string "I swam here with my friends…\n" + .string "I'm tired…$" + +Text_187B85:: @ 8187B85 + .string "I'm exhausted…$" + +Text_187B94:: @ 8187B94 + .string "If I were to ride a POKéMON on\n" + .string "the sea, I'd like a LAPRAS.\p" + .string "LAPRAS is so big, I bet it\n" + .string "would keep me dry on water.$" + +gUnknown_8187C06:: @ 8187C06 + .string "SEA ROUTE 19\n" + .string "FUCHSIA CITY - SEAFOAM ISLANDS$" + |