Skip to content

Commit

Permalink
Name battle scene and map type constants
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards committed Feb 18, 2020
1 parent e94f9c1 commit 729c224
Show file tree
Hide file tree
Showing 432 changed files with 873 additions and 897 deletions.
1 change: 0 additions & 1 deletion data/maps.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "constants/layouts.h"
@#include "constants/map_types.h"
#include "constants/maps.h"
#include "constants/region_map.h"
#include "constants/songs.h"
Expand Down
4 changes: 2 additions & 2 deletions data/maps/BattleColosseum_2P/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_SPECIAL_AREA",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_8",
"battle_scene": "MAP_BATTLE_SCENE_LINK",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/BattleColosseum_4P/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_SPECIAL_AREA",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_8",
"battle_scene": "MAP_BATTLE_SCENE_LINK",
"connections": null,
"object_events": [],
"warp_events": [
Expand Down
4 changes: 2 additions & 2 deletions data/maps/BirthIsland_Exterior/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_3",
"map_type": "MAP_TYPE_ROUTE",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/BirthIsland_Harbor/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_BIRTH_ISLAND",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_SUNNY",
"map_type": "MAP_TYPE_1",
"map_type": "MAP_TYPE_TOWN",
"allow_cycling": true,
"allow_escaping": false,
"allow_running": true,
"show_map_name": true,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": [
{
"map": "MAP_ROUTE16",
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Condominiums_1F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Condominiums_2F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Condominiums_3F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Condominiums_Roof/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Condominiums_RoofRoom/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_1F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 1,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_2F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 2,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_3F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 3,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_4F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 4,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_5F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 5,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_Elevator/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [],
"warp_events": [
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_DepartmentStore_Roof/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": true,
"floor_number": 127,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_GameCorner/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_GameCorner_PrizeRoom/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Gym/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_1",
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_Hotel/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_House1/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_PokemonCenter_1F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
4 changes: 2 additions & 2 deletions data/maps/CeladonCity_PokemonCenter_2F/map.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"region_map_section": "MAPSEC_CELADON_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_8",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"floor_number": 0,
"battle_scene": "BATTLE_SCENE_0",
"battle_scene": "MAP_BATTLE_SCENE_NORMAL",
"connections": null,
"object_events": [
{
Expand Down
Loading

0 comments on commit 729c224

Please sign in to comment.