Merge pull request #280 from GriffinRichards/fix-signs

Label sign bg events
This commit is contained in:
PikalaxALT
2020-03-02 12:31:02 -05:00
committed by GitHub
146 changed files with 1058 additions and 534 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
@#include "constants/bg_event_constants.h" #include "constants/event_bg.h"
#include "constants/event_object_movement.h" #include "constants/event_object_movement.h"
#include "constants/event_objects.h" #include "constants/event_objects.h"
#include "constants/flags.h" #include "constants/flags.h"
@@ -6,10 +6,8 @@
#include "constants/map_scripts.h" #include "constants/map_scripts.h"
#include "constants/layouts.h" #include "constants/layouts.h"
#include "constants/maps.h" #include "constants/maps.h"
@#include "constants/secret_bases.h"
#include "constants/vars.h" #include "constants/vars.h"
#include "constants/weather.h" #include "constants/weather.h"
@#include "constants/trainer_hill.h"
.include "asm/macros.inc" .include "asm/macros.inc"
.include "constants/constants.inc" .include "constants/constants.inc"
.include "constants/item_data_constants.inc" .include "constants/item_data_constants.inc"
+16 -8
View File
@@ -319,59 +319,67 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 45, "x": 45,
"y": 23, "y": 23,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_TrainerTips2" "script": "CeladonCity_EventScript_TrainerTips2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 38, "x": 38,
"y": 23, "y": 23,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_PrizeExchangeSign" "script": "CeladonCity_EventScript_PrizeExchangeSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 33, "x": 33,
"y": 23, "y": 23,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_GameCornerSign" "script": "CeladonCity_EventScript_GameCornerSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 22, "x": 22,
"y": 18, "y": 18,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_CitySign" "script": "CeladonCity_EventScript_CitySign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 26, "x": 26,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_MansionSign" "script": "CeladonCity_EventScript_MansionSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 33, "x": 33,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_TrainerTips1" "script": "CeladonCity_EventScript_TrainerTips1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 18, "x": 18,
"y": 14, "y": 14,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_DeptStoreSign" "script": "CeladonCity_EventScript_DeptStoreSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_EventScript_GymSign" "script": "CeladonCity_EventScript_GymSign"
}, },
{ {
@@ -115,17 +115,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_1F_EventScript_SuiteSign" "script": "CeladonCity_Condominiums_1F_EventScript_SuiteSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_1F_EventScript_SuiteSign" "script": "CeladonCity_Condominiums_1F_EventScript_SuiteSign"
} }
] ]
@@ -75,17 +75,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign" "script": "CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign" "script": "CeladonCity_Condominiums_2F_EventScript_MeetingRoomSign"
} }
] ]
+16 -8
View File
@@ -101,59 +101,67 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign" "script": "CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 1, "x": 1,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer1" "script": "CeladonCity_Condominiums_3F_EventScript_Computer1"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer2" "script": "CeladonCity_Condominiums_3F_EventScript_Computer2"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 1, "x": 1,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer3" "script": "CeladonCity_Condominiums_3F_EventScript_Computer3"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign" "script": "CeladonCity_Condominiums_3F_EventScript_DevelopmentRoomSign"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 0, "x": 0,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer3" "script": "CeladonCity_Condominiums_3F_EventScript_Computer3"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 0, "x": 0,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer1" "script": "CeladonCity_Condominiums_3F_EventScript_Computer1"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_Condominiums_3F_EventScript_Computer2" "script": "CeladonCity_Condominiums_3F_EventScript_Computer2"
} }
] ]
@@ -41,17 +41,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_Roof_EventScript_Sign" "script": "CeladonCity_Condominiums_Roof_EventScript_Sign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_Roof_EventScript_Sign" "script": "CeladonCity_Condominiums_Roof_EventScript_Sign"
} }
] ]
@@ -68,24 +68,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard" "script": "CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard" "script": "CeladonCity_Condominiums_RoofRoom_EventScript_Blackboard"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Condominiums_RoofRoom_EventScript_TMsPamphlet" "script": "CeladonCity_Condominiums_RoofRoom_EventScript_TMsPamphlet"
} }
] ]
@@ -90,17 +90,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_1F_EventScript_LayoutSign" "script": "CeladonCity_DepartmentStore_1F_EventScript_LayoutSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_1F_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_1F_EventScript_FloorSign"
} }
] ]
@@ -94,10 +94,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_2F_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_2F_EventScript_FloorSign"
} }
] ]
@@ -107,80 +107,91 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_3F_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_3F_EventScript_FloorSign"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_TV1" "script": "CeladonCity_DepartmentStore_3F_EventScript_TV1"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_TV2" "script": "CeladonCity_DepartmentStore_3F_EventScript_TV2"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_TV3" "script": "CeladonCity_DepartmentStore_3F_EventScript_TV3"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_TV4" "script": "CeladonCity_DepartmentStore_3F_EventScript_TV4"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 1, "x": 1,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES" "script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 1, "x": 1,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES" "script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES" "script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES" "script": "CeladonCity_DepartmentStore_3F_EventScript_SuperNES"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_Poster" "script": "CeladonCity_DepartmentStore_3F_EventScript_Poster"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 0, "x": 0,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CeladonCity_DepartmentStore_3F_EventScript_Poster" "script": "CeladonCity_DepartmentStore_3F_EventScript_Poster"
} }
] ]
@@ -81,10 +81,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_4F_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_4F_EventScript_FloorSign"
} }
] ]
@@ -94,10 +94,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_5F_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_5F_EventScript_FloorSign"
} }
] ]
@@ -34,17 +34,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 0, "x": 0,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect" "script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect" "script": "CeladonCity_DepartmentStore_Elevator_EventScript_FloorSelect"
} }
] ]
@@ -54,31 +54,35 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Roof_EventScript_FloorSign" "script": "CeladonCity_DepartmentStore_Roof_EventScript_FloorSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine" "script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine" "script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine" "script": "CeladonCity_DepartmentStore_Roof_EventScript_VendingMachine"
} }
] ]
+48 -24
View File
@@ -312,171 +312,195 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 0, "x": 0,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine0" "script": "CeladonCity_GameCorner_EventScript_SlotMachine0"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 0, "x": 0,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine1" "script": "CeladonCity_GameCorner_EventScript_SlotMachine1"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 0, "x": 0,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine2" "script": "CeladonCity_GameCorner_EventScript_SlotMachine2"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 5, "x": 5,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine3" "script": "CeladonCity_GameCorner_EventScript_SlotMachine3"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 5, "x": 5,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine1" "script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine1"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 5, "x": 5,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine5" "script": "CeladonCity_GameCorner_EventScript_SlotMachine5"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 5, "x": 5,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine6" "script": "CeladonCity_GameCorner_EventScript_SlotMachine6"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 6, "x": 6,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine7" "script": "CeladonCity_GameCorner_EventScript_SlotMachine7"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 6, "x": 6,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine8" "script": "CeladonCity_GameCorner_EventScript_SlotMachine8"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 6, "x": 6,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine9" "script": "CeladonCity_GameCorner_EventScript_SlotMachine9"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 11, "x": 11,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine10" "script": "CeladonCity_GameCorner_EventScript_SlotMachine10"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 11, "x": 11,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine11" "script": "CeladonCity_GameCorner_EventScript_SlotMachine11"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 11, "x": 11,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine12" "script": "CeladonCity_GameCorner_EventScript_SlotMachine12"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 11, "x": 11,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine13" "script": "CeladonCity_GameCorner_EventScript_SlotMachine13"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 12, "x": 12,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine14" "script": "CeladonCity_GameCorner_EventScript_SlotMachine14"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 12, "x": 12,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine2" "script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine2"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 12, "x": 12,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine16" "script": "CeladonCity_GameCorner_EventScript_SlotMachine16"
}, },
{ {
"type": "bg_event_type_4", "type": "sign",
"x": 12, "x": 12,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_WEST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine17" "script": "CeladonCity_GameCorner_EventScript_SlotMachine17"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 17, "x": 17,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine3" "script": "CeladonCity_GameCorner_EventScript_UnusableSlotMachine3"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 17, "x": 17,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine19" "script": "CeladonCity_GameCorner_EventScript_SlotMachine19"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 17, "x": 17,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine20" "script": "CeladonCity_GameCorner_EventScript_SlotMachine20"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 17, "x": 17,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_SlotMachine21" "script": "CeladonCity_GameCorner_EventScript_SlotMachine21"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_GameCorner_EventScript_Poster" "script": "CeladonCity_GameCorner_EventScript_Poster"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 17, "x": 17,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "CeladonCity_GameCorner_EventScript_PhotoPrinter" "script": "CeladonCity_GameCorner_EventScript_PhotoPrinter"
} }
] ]
+4 -2
View File
@@ -185,17 +185,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Gym_EventScript_GymStatue" "script": "CeladonCity_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeladonCity_Gym_EventScript_GymStatue" "script": "CeladonCity_Gym_EventScript_GymStatue"
} }
] ]
+14 -7
View File
@@ -343,31 +343,35 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 20, "x": 20,
"y": 25, "y": 25,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_EventScript_CitySign" "script": "CeruleanCity_EventScript_CitySign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 27, "x": 27,
"y": 21, "y": 21,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_EventScript_GymSign" "script": "CeruleanCity_EventScript_GymSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 28, "y": 28,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_EventScript_BikeShopSign" "script": "CeruleanCity_EventScript_BikeShopSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 19, "x": 19,
"y": 32, "y": 32,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_EventScript_TrainerTips" "script": "CeruleanCity_EventScript_TrainerTips"
}, },
{ {
@@ -381,24 +385,27 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 25, "y": 25,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 27, "y": 27,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 26, "y": 26,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
} }
] ]
+16 -8
View File
@@ -81,59 +81,67 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 1, "x": 1,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_BikeShop_EventScript_Bicycle" "script": "CeruleanCity_BikeShop_EventScript_Bicycle"
} }
] ]
+4 -2
View File
@@ -94,17 +94,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 17, "y": 17,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_Gym_EventScript_GymStatue" "script": "CeruleanCity_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 17, "y": 17,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_Gym_EventScript_GymStatue" "script": "CeruleanCity_Gym_EventScript_GymStatue"
} }
] ]
+2 -1
View File
@@ -75,10 +75,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_House2_EventScript_WallHole" "script": "CeruleanCity_House2_EventScript_WallHole"
} }
] ]
+2 -1
View File
@@ -41,10 +41,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CeruleanCity_House5_EventScript_BerryCrushRankings" "script": "CeruleanCity_House5_EventScript_BerryCrushRankings"
} }
] ]
+8 -4
View File
@@ -129,31 +129,35 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_EventScript_IslandSign" "script": "CinnabarIsland_EventScript_IslandSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_EventScript_PokemonLabSign" "script": "CinnabarIsland_EventScript_PokemonLabSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 22, "x": 22,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_EventScript_GymSign" "script": "CinnabarIsland_EventScript_GymSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_EventScript_PokemonLabSign" "script": "CinnabarIsland_EventScript_PokemonLabSign"
} }
] ]
+30 -15
View File
@@ -159,108 +159,123 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 23, "x": 23,
"y": 20, "y": 20,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_Gym_EventScript_GymStatue" "script": "CinnabarIsland_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 27, "x": 27,
"y": 20, "y": 20,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_Gym_EventScript_GymStatue" "script": "CinnabarIsland_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 22, "x": 22,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quz1Left" "script": "CinnabarIsland_Gym_EventScript_Quz1Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 23, "x": 23,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quz1Right" "script": "CinnabarIsland_Gym_EventScript_Quz1Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 15, "x": 15,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz2Left" "script": "CinnabarIsland_Gym_EventScript_Quiz2Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 16, "x": 16,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz2Right" "script": "CinnabarIsland_Gym_EventScript_Quiz2Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 13, "x": 13,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz3Left" "script": "CinnabarIsland_Gym_EventScript_Quiz3Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 14, "x": 14,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz3Right" "script": "CinnabarIsland_Gym_EventScript_Quiz3Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 13, "x": 13,
"y": 17, "y": 17,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz4Left" "script": "CinnabarIsland_Gym_EventScript_Quiz4Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 14, "x": 14,
"y": 17, "y": 17,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz4Right" "script": "CinnabarIsland_Gym_EventScript_Quiz4Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 1, "x": 1,
"y": 18, "y": 18,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz5Left" "script": "CinnabarIsland_Gym_EventScript_Quiz5Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 18, "y": 18,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz5Right" "script": "CinnabarIsland_Gym_EventScript_Quiz5Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 1, "x": 1,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz6Left" "script": "CinnabarIsland_Gym_EventScript_Quiz6Left"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_Quiz6Right" "script": "CinnabarIsland_Gym_EventScript_Quiz6Right"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "CinnabarIsland_Gym_EventScript_BlaineFujiPhoto" "script": "CinnabarIsland_Gym_EventScript_BlaineFujiPhoto"
} }
] ]
@@ -76,31 +76,35 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_Entrance_EventScript_DrFujiPhoto" "script": "CinnabarIsland_PokemonLab_Entrance_EventScript_DrFujiPhoto"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_Entrance_EventScript_MeetingRoomSign" "script": "CinnabarIsland_PokemonLab_Entrance_EventScript_MeetingRoomSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 18, "x": 18,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_Entrance_EventScript_RAndDRoomSign" "script": "CinnabarIsland_PokemonLab_Entrance_EventScript_RAndDRoomSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 24, "x": 24,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_Entrance_EventScript_TestingRoomSign" "script": "CinnabarIsland_PokemonLab_Entrance_EventScript_TestingRoomSign"
} }
] ]
@@ -54,17 +54,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_ResearchRoom_EventScript_AmberPipe" "script": "CinnabarIsland_PokemonLab_ResearchRoom_EventScript_AmberPipe"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Computer" "script": "CinnabarIsland_PokemonLab_ResearchRoom_EventScript_Computer"
} }
] ]
+2 -1
View File
@@ -100,10 +100,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 20, "x": 20,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_EventScript_IslandSign" "script": "FiveIsland_EventScript_IslandSign"
} }
] ]
+2 -1
View File
@@ -130,10 +130,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 21, "y": 21,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_Meadow_EventScript_WarehouseDoor" "script": "FiveIsland_Meadow_EventScript_WarehouseDoor"
} }
] ]
+2 -1
View File
@@ -91,10 +91,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 43, "y": 43,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FiveIsland_MemorialPillar_EventScript_Memorial" "script": "FiveIsland_MemorialPillar_EventScript_Memorial"
}, },
{ {
+2 -1
View File
@@ -185,10 +185,11 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 42, "x": 42,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_ResortGorgeous_EventScript_SelphysHouseSign" "script": "FiveIsland_ResortGorgeous_EventScript_SelphysHouseSign"
} }
] ]
@@ -54,17 +54,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C" "script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C" "script": "FiveIsland_ResortGorgeous_House_EventScript_1ACF2C"
} }
] ]
+46 -23
View File
@@ -186,17 +186,19 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_3", "type": "sign",
"x": 26, "x": 26,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_EAST",
"script": "FiveIsland_RocketWarehouse_EventScript_Computer" "script": "FiveIsland_RocketWarehouse_EventScript_Computer"
}, },
{ {
@@ -220,150 +222,171 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FiveIsland_RocketWarehouse_EventScript_Cage" "script": "FiveIsland_RocketWarehouse_EventScript_Cage"
} }
] ]
+4 -2
View File
@@ -233,10 +233,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 19, "y": 19,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FourIsland_EventScript_IslandSign" "script": "FourIsland_EventScript_IslandSign"
}, },
{ {
@@ -260,10 +261,11 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 31, "x": 31,
"y": 23, "y": 23,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FourIsland_EventScript_LoreleisHouseSign" "script": "FourIsland_EventScript_LoreleisHouseSign"
} }
] ]
@@ -87,17 +87,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FourIsland_PokemonCenter_1F_EventScript_PokemonJournal" "script": "FourIsland_PokemonCenter_1F_EventScript_PokemonJournal"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "FourIsland_PokemonCenter_1F_EventScript_PokemonJournal" "script": "FourIsland_PokemonCenter_1F_EventScript_PokemonJournal"
} }
] ]
+22 -11
View File
@@ -322,80 +322,91 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 31, "x": 31,
"y": 18, "y": 18,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_CitySign" "script": "FuchsiaCity_EventScript_CitySign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 26, "x": 26,
"y": 18, "y": 18,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_SafariZoneSign" "script": "FuchsiaCity_EventScript_SafariZoneSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 32, "y": 32,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_GymSign" "script": "FuchsiaCity_EventScript_GymSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 31, "x": 31,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_WardensHomeSign" "script": "FuchsiaCity_EventScript_WardensHomeSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 35, "x": 35,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_VoltorbSign" "script": "FuchsiaCity_EventScript_VoltorbSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 38, "x": 38,
"y": 16, "y": 16,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_SlowpokeSign" "script": "FuchsiaCity_EventScript_SlowpokeSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 41, "x": 41,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_ChanseySign" "script": "FuchsiaCity_EventScript_ChanseySign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_KangaskhanSign" "script": "FuchsiaCity_EventScript_KangaskhanSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_FossilMonSign" "script": "FuchsiaCity_EventScript_FossilMonSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 18, "y": 18,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_LaprasSign" "script": "FuchsiaCity_EventScript_LaprasSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 22, "x": 22,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_EventScript_SafariGameSign" "script": "FuchsiaCity_EventScript_SafariGameSign"
}, },
{ {
+4 -2
View File
@@ -146,17 +146,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 19, "y": 19,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_Gym_EventScript_GymStatue" "script": "FuchsiaCity_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 10, "x": 10,
"y": 19, "y": 19,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_Gym_EventScript_GymStatue" "script": "FuchsiaCity_Gym_EventScript_GymStatue"
} }
] ]
+8 -4
View File
@@ -94,31 +94,35 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign2" "script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign1" "script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign1" "script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign2" "script": "FuchsiaCity_WardensHouse_EventScript_DisplaySign2"
} }
] ]
+8 -4
View File
@@ -118,31 +118,35 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_EventScript_SilphScopeNotice" "script": "LavenderTown_EventScript_SilphScopeNotice"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_EventScript_TownSign" "script": "LavenderTown_EventScript_TownSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 21, "x": 21,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_EventScript_PokemonTowerSign" "script": "LavenderTown_EventScript_PokemonTowerSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_EventScript_VolunteerHouseSign" "script": "LavenderTown_EventScript_VolunteerHouseSign"
} }
] ]
@@ -120,24 +120,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_VolunteerPokemonHouse_EventScript_PokemonFanMagazine" "script": "LavenderTown_VolunteerPokemonHouse_EventScript_PokemonFanMagazine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_VolunteerPokemonHouse_EventScript_Bookshelf" "script": "LavenderTown_VolunteerPokemonHouse_EventScript_Bookshelf"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "LavenderTown_VolunteerPokemonHouse_EventScript_Bookshelf" "script": "LavenderTown_VolunteerPokemonHouse_EventScript_Bookshelf"
} }
] ]
+52 -26
View File
@@ -34,185 +34,211 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleABC"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleGHI"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleMNO"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 3, "x": 3,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleTUV"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 7, "x": 7,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 8, "x": 8,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleDEF"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 7, "x": 7,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 8, "x": 8,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleJKL"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 7, "x": 7,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS" "script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 11, "x": 11,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BraillePeriod" "script": "MtEmber_RubyPath_B4F_EventScript_BraillePeriod"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 11, "x": 11,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleComma" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleComma"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 8, "x": 8,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS" "script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS" "script": "MtEmber_RubyPath_B4F_EventScript_BraillePQRS"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 7, "x": 7,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 9, "x": 9,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 8, "x": 8,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ" "script": "MtEmber_RubyPath_B4F_EventScript_BrailleWXYZ"
} }
] ]
+2 -1
View File
@@ -41,10 +41,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 7, "x": 7,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "MtEmber_RubyPath_B5F_EventScript_BrailleMessage" "script": "MtEmber_RubyPath_B5F_EventScript_BrailleMessage"
} }
] ]
+2 -1
View File
@@ -231,10 +231,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 19, "x": 19,
"y": 26, "y": 26,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "MtMoon_1F_EventScript_ZubatSign" "script": "MtMoon_1F_EventScript_ZubatSign"
} }
] ]
+4 -2
View File
@@ -99,17 +99,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_EventScript_IslandSign" "script": "OneIsland_EventScript_IslandSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_EventScript_PokemonNetCenterSign" "script": "OneIsland_EventScript_PokemonNetCenterSign"
} }
] ]
+4 -2
View File
@@ -425,17 +425,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 59, "y": 59,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_KindleRoad_EventScript_EmberSpaSign" "script": "OneIsland_KindleRoad_EventScript_EmberSpaSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 115, "y": 115,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_KindleRoad_EventScript_RouteSign" "script": "OneIsland_KindleRoad_EventScript_RouteSign"
} }
] ]
+18 -9
View File
@@ -150,66 +150,75 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine" "script": "OneIsland_PokemonCenter_1F_EventScript_NetworkMachine"
} }
] ]
+10 -5
View File
@@ -120,38 +120,43 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_EventScript_OaksLabSign" "script": "PalletTown_EventScript_OaksLabSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_EventScript_PlayersHouseSign" "script": "PalletTown_EventScript_PlayersHouseSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_EventScript_RivalsHouseSign" "script": "PalletTown_EventScript_RivalsHouseSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_EventScript_TownSign" "script": "PalletTown_EventScript_TownSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_EventScript_TrainerTips" "script": "PalletTown_EventScript_TrainerTips"
} }
] ]
+6 -3
View File
@@ -68,24 +68,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_GarysHouse_EventScript_Bookshelf" "script": "PalletTown_GarysHouse_EventScript_Bookshelf"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_GarysHouse_EventScript_Bookshelf" "script": "PalletTown_GarysHouse_EventScript_Bookshelf"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_GarysHouse_EventScript_Picture" "script": "PalletTown_GarysHouse_EventScript_Picture"
} }
] ]
@@ -62,10 +62,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_PlayersHouse_1F_EventScript_TV" "script": "PalletTown_PlayersHouse_1F_EventScript_TV"
} }
] ]
@@ -27,24 +27,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 5, "y": 5,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_PlayersHouse_2F_EventScript_NES" "script": "PalletTown_PlayersHouse_2F_EventScript_NES"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 1, "x": 1,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_PlayersHouse_2F_EventScript_PC" "script": "PalletTown_PlayersHouse_2F_EventScript_PC"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_PlayersHouse_2F_EventScript_Sign" "script": "PalletTown_PlayersHouse_2F_EventScript_Sign"
} }
] ]
@@ -227,31 +227,35 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_ProfessorOaksLab_EventScript_Computer" "script": "PalletTown_ProfessorOaksLab_EventScript_Computer"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_ProfessorOaksLab_EventScript_Computer" "script": "PalletTown_ProfessorOaksLab_EventScript_Computer"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_ProfessorOaksLab_EventScript_LeftSign" "script": "PalletTown_ProfessorOaksLab_EventScript_LeftSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PalletTown_ProfessorOaksLab_EventScript_RightSign" "script": "PalletTown_ProfessorOaksLab_EventScript_RightSign"
} }
] ]
+10 -5
View File
@@ -236,38 +236,43 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 19, "x": 19,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_EventScript_MuseumSign" "script": "PewterCity_EventScript_MuseumSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 39, "x": 39,
"y": 19, "y": 19,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_EventScript_PoliceNotice" "script": "PewterCity_EventScript_PoliceNotice"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_EventScript_GymSign" "script": "PewterCity_EventScript_GymSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 20, "x": 20,
"y": 30, "y": 30,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_EventScript_TrainerTips" "script": "PewterCity_EventScript_TrainerTips"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 31, "x": 31,
"y": 25, "y": 25,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_EventScript_CitySign" "script": "PewterCity_EventScript_CitySign"
}, },
{ {
+4 -2
View File
@@ -81,17 +81,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Gym_EventScript_GymStatue" "script": "PewterCity_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Gym_EventScript_GymStatue" "script": "PewterCity_Gym_EventScript_GymStatue"
} }
] ]
+8 -4
View File
@@ -169,31 +169,35 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_1F_EventScript_AerodactylFossil" "script": "PewterCity_Museum_1F_EventScript_AerodactylFossil"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_1F_EventScript_KabutopsFossil" "script": "PewterCity_Museum_1F_EventScript_KabutopsFossil"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 27, "x": 27,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PewterCity_Museum_1F_EventScript_PokemonJournalBrock" "script": "PewterCity_Museum_1F_EventScript_PokemonJournalBrock"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 26, "x": 26,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PewterCity_Museum_1F_EventScript_PokemonJournalBrock" "script": "PewterCity_Museum_1F_EventScript_PokemonJournalBrock"
} }
] ]
+16 -8
View File
@@ -93,59 +93,67 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_MoonStone" "script": "PewterCity_Museum_2F_EventScript_MoonStone"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_SpaceShuttle" "script": "PewterCity_Museum_2F_EventScript_SpaceShuttle"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PewterCity_Museum_2F_EventScript_MoonStone" "script": "PewterCity_Museum_2F_EventScript_MoonStone"
} }
] ]
+2 -1
View File
@@ -156,10 +156,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 5, "x": 5,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PokemonMansion_1F_EventScript_Statue" "script": "PokemonMansion_1F_EventScript_Statue"
}, },
{ {
+6 -3
View File
@@ -108,24 +108,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 2, "x": 2,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PokemonMansion_2F_EventScript_Statue" "script": "PokemonMansion_2F_EventScript_Statue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PokemonMansion_2F_EventScript_DiaryJuly10th" "script": "PokemonMansion_2F_EventScript_DiaryJuly10th"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 25, "x": 25,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PokemonMansion_2F_EventScript_DiaryJuly5th" "script": "PokemonMansion_2F_EventScript_DiaryJuly5th"
} }
] ]
+4 -2
View File
@@ -129,17 +129,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 16, "y": 16,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PokemonMansion_3F_EventScript_DiaryFeb6th" "script": "PokemonMansion_3F_EventScript_DiaryFeb6th"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 12, "x": 12,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PokemonMansion_3F_EventScript_Statue" "script": "PokemonMansion_3F_EventScript_Statue"
}, },
{ {
+6 -3
View File
@@ -106,24 +106,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 21, "x": 21,
"y": 27, "y": 27,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "PokemonMansion_B1F_EventScript_DiarySep1st" "script": "PokemonMansion_B1F_EventScript_DiarySep1st"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 24, "x": 24,
"y": 29, "y": 29,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PokemonMansion_B1F_EventScript_Statue" "script": "PokemonMansion_B1F_EventScript_Statue"
}, },
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 27, "x": 27,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "PokemonMansion_B1F_EventScript_Statue" "script": "PokemonMansion_B1F_EventScript_Statue"
}, },
{ {
+2 -1
View File
@@ -193,10 +193,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 33, "y": 33,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "RockTunnel_1F_EventScript_RouteSign" "script": "RockTunnel_1F_EventScript_RouteSign"
} }
] ]
+2 -1
View File
@@ -34,10 +34,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 0, "x": 0,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "RocketHideout_Elevator_EventScript_FloorSelect" "script": "RocketHideout_Elevator_EventScript_FloorSelect"
} }
] ]
+2 -1
View File
@@ -57,10 +57,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route1_EventScript_RouteSign" "script": "Route1_EventScript_RouteSign"
} }
] ]
+6 -3
View File
@@ -197,24 +197,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 59, "y": 59,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_SouthRockTunnelSign" "script": "Route10_EventScript_SouthRockTunnelSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 42, "y": 42,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_PowerPlantSign" "script": "Route10_EventScript_PowerPlantSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 21, "y": 21,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route10_EventScript_NorthRockTunnelSign" "script": "Route10_EventScript_NorthRockTunnelSign"
}, },
{ {
+2 -1
View File
@@ -222,10 +222,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 7, "y": 7,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route11_EventScript_DiglettsCaveSign" "script": "Route11_EventScript_DiglettsCaveSign"
}, },
{ {
+4 -2
View File
@@ -54,17 +54,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route11_EastEntrance_2F_EventScript_LeftBinoculars" "script": "Route11_EastEntrance_2F_EventScript_LeftBinoculars"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route11_EastEntrance_2F_EventScript_RightBinoculars" "script": "Route11_EastEntrance_2F_EventScript_RightBinoculars"
} }
] ]
+4 -2
View File
@@ -247,17 +247,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route12_EventScript_RouteSign" "script": "Route12_EventScript_RouteSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 15, "x": 15,
"y": 69, "y": 69,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route12_EventScript_FishingSign" "script": "Route12_EventScript_FishingSign"
}, },
{ {
+2 -1
View File
@@ -55,10 +55,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route12_FishingHouse_EventScript_MagikarpRecordSign" "script": "Route12_FishingHouse_EventScript_MagikarpRecordSign"
} }
] ]
+4 -2
View File
@@ -41,17 +41,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route12_NorthEntrance_2F_EventScript_LeftBinoculars" "script": "Route12_NorthEntrance_2F_EventScript_LeftBinoculars"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route12_NorthEntrance_2F_EventScript_RightBinoculars" "script": "Route12_NorthEntrance_2F_EventScript_RightBinoculars"
} }
] ]
+6 -3
View File
@@ -174,24 +174,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 41, "x": 41,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route13_EventScript_RouteSign" "script": "Route13_EventScript_RouteSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 37, "x": 37,
"y": 6, "y": 6,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route13_EventScript_TrainerTips2" "script": "Route13_EventScript_TrainerTips2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 21, "x": 21,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route13_EventScript_TrainerTips1" "script": "Route13_EventScript_TrainerTips1"
}, },
{ {
+2 -1
View File
@@ -226,10 +226,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route14_EventScript_RouteSign" "script": "Route14_EventScript_RouteSign"
}, },
{ {
+2 -1
View File
@@ -229,10 +229,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 41, "x": 41,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route15_EventScript_RouteSign" "script": "Route15_EventScript_RouteSign"
} }
] ]
+4 -2
View File
@@ -41,17 +41,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route15_WestEntrance_2F_EventScript_LeftBinoculars" "script": "Route15_WestEntrance_2F_EventScript_LeftBinoculars"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route15_WestEntrance_2F_EventScript_RightBinoculars" "script": "Route15_WestEntrance_2F_EventScript_RightBinoculars"
} }
] ]
+4 -2
View File
@@ -197,17 +197,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 6, "x": 6,
"y": 17, "y": 17,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route16_EventScript_RouteSign" "script": "Route16_EventScript_RouteSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 33, "x": 33,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route16_EventScript_CyclingRoadSign" "script": "Route16_EventScript_CyclingRoadSign"
}, },
{ {
+4 -2
View File
@@ -67,17 +67,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route16_NorthEntrance_2F_EventScript_LeftBinoculars" "script": "Route16_NorthEntrance_2F_EventScript_LeftBinoculars"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route16_NorthEntrance_2F_EventScript_RightBinoculars" "script": "Route16_NorthEntrance_2F_EventScript_RightBinoculars"
} }
] ]
+12 -6
View File
@@ -161,45 +161,51 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 97, "y": 97,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_RouteSign" "script": "Route17_EventScript_RouteSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 83, "y": 83,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_TrainerTips2" "script": "Route17_EventScript_TrainerTips2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 68, "y": 68,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_TrainerTips1" "script": "Route17_EventScript_TrainerTips1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 53, "y": 53,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_ItemsNotice" "script": "Route17_EventScript_ItemsNotice"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 125, "y": 125,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_BallsNotice" "script": "Route17_EventScript_BallsNotice"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 11, "x": 11,
"y": 157, "y": 157,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route17_EventScript_CyclingRoadSign" "script": "Route17_EventScript_CyclingRoadSign"
}, },
{ {
+4 -2
View File
@@ -85,17 +85,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 37, "x": 37,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route18_EventScript_CyclingRoadSign" "script": "Route18_EventScript_CyclingRoadSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 52, "x": 52,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route18_EventScript_RouteSign" "script": "Route18_EventScript_RouteSign"
} }
] ]
+4 -2
View File
@@ -41,17 +41,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 4, "x": 4,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route18_EastEntrance_2F_EventScript_LeftBinoculars" "script": "Route18_EastEntrance_2F_EventScript_LeftBinoculars"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 8, "x": 8,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route18_EastEntrance_2F_EventScript_RightBinoculars" "script": "Route18_EastEntrance_2F_EventScript_RightBinoculars"
} }
] ]
+2 -1
View File
@@ -187,10 +187,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route19_EventScript_RouteSign" "script": "Route19_EventScript_RouteSign"
} }
] ]
+4 -2
View File
@@ -194,17 +194,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route2_EventScript_DiglettsCaveSign" "script": "Route2_EventScript_DiglettsCaveSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 73, "y": 73,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route2_EventScript_RouteSign" "script": "Route2_EventScript_RouteSign"
} }
] ]
+4 -2
View File
@@ -189,17 +189,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 68, "x": 68,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route20_EventScript_SeafoamIslandsSign" "script": "Route20_EventScript_SeafoamIslandsSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 64, "x": 64,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route20_EventScript_SeafoamIslandsSign" "script": "Route20_EventScript_SeafoamIslandsSign"
}, },
{ {
+2 -1
View File
@@ -114,10 +114,11 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 12, "y": 12,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route22_EventScript_LeagueGateSign" "script": "Route22_EventScript_LeagueGateSign"
} }
] ]
+2 -1
View File
@@ -610,10 +610,11 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route23_EventScript_VictoryRoadGateSign" "script": "Route23_EventScript_VictoryRoadGateSign"
} }
] ]
+2 -1
View File
@@ -203,10 +203,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 48, "x": 48,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route25_EventScript_SeaCottageSign" "script": "Route25_EventScript_SeaCottageSign"
}, },
{ {
+2 -1
View File
@@ -68,10 +68,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_1", "type": "sign",
"x": 4, "x": 4,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_NORTH",
"script": "Route25_SeaCottage_EventScript_Computer" "script": "Route25_SeaCottage_EventScript_Computer"
} }
] ]
+2 -1
View File
@@ -148,10 +148,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 72, "x": 72,
"y": 11, "y": 11,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route3_EventScript_RouteSign" "script": "Route3_EventScript_RouteSign"
}, },
{ {
+4 -2
View File
@@ -145,17 +145,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 18, "x": 18,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route4_EventScript_MtMoonSign" "script": "Route4_EventScript_MtMoonSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 34, "x": 34,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route4_EventScript_RouteSign" "script": "Route4_EventScript_RouteSign"
}, },
{ {
+2 -1
View File
@@ -59,10 +59,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 32, "x": 32,
"y": 32, "y": 32,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route5_EventScript_UndergroundPathSign" "script": "Route5_EventScript_UndergroundPathSign"
} }
] ]
+2 -1
View File
@@ -131,10 +131,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 21, "x": 21,
"y": 15, "y": 15,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route6_EventScript_UndergroundPathSign" "script": "Route6_EventScript_UndergroundPathSign"
}, },
{ {
+2 -1
View File
@@ -60,10 +60,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route7_EventScript_UndergroundPathSign" "script": "Route7_EventScript_UndergroundPathSign"
}, },
{ {
+2 -1
View File
@@ -241,10 +241,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route8_EventScript_UndergroundPathSign" "script": "Route8_EventScript_UndergroundPathSign"
}, },
{ {
+2 -1
View File
@@ -187,10 +187,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 29, "x": 29,
"y": 7, "y": 7,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "Route9_EventScript_RouteSign" "script": "Route9_EventScript_RouteSign"
}, },
{ {
+6 -3
View File
@@ -41,24 +41,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 4, "y": 4,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SSAnne_CaptainsOffice_EventScript_Book" "script": "SSAnne_CaptainsOffice_EventScript_Book"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SSAnne_CaptainsOffice_EventScript_TrashCan" "script": "SSAnne_CaptainsOffice_EventScript_TrashCan"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 2, "x": 2,
"y": 3, "y": 3,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SSAnne_CaptainsOffice_EventScript_Book" "script": "SSAnne_CaptainsOffice_EventScript_Book"
} }
] ]
+6 -3
View File
@@ -125,17 +125,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 30, "x": 30,
"y": 26, "y": 26,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_Center_EventScript_RestHouseSign" "script": "SafariZone_Center_EventScript_RestHouseSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 25, "x": 25,
"y": 27, "y": 27,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_Center_EventScript_TrainerTips" "script": "SafariZone_Center_EventScript_TrainerTips"
}, },
{ {
@@ -149,10 +151,11 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 33, "x": 33,
"y": 20, "y": 20,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_Center_EventScript_AreaSign" "script": "SafariZone_Center_EventScript_AreaSign"
} }
] ]
+6 -3
View File
@@ -122,24 +122,27 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 18, "x": 18,
"y": 27, "y": 27,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_East_EventScript_AreaSign" "script": "SafariZone_East_EventScript_AreaSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 43, "x": 43,
"y": 15, "y": 15,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_East_EventScript_RestHouseSign" "script": "SafariZone_East_EventScript_RestHouseSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 17, "x": 17,
"y": 8, "y": 8,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_East_EventScript_TrainerTips" "script": "SafariZone_East_EventScript_TrainerTips"
} }
] ]
+10 -5
View File
@@ -151,38 +151,43 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 27, "y": 27,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_North_EventScript_TrainerTips1" "script": "SafariZone_North_EventScript_TrainerTips1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 23, "x": 23,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_North_EventScript_AreaSign" "script": "SafariZone_North_EventScript_AreaSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 29, "x": 29,
"y": 32, "y": 32,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_North_EventScript_TrainerTips2" "script": "SafariZone_North_EventScript_TrainerTips2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 34, "x": 34,
"y": 28, "y": 28,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_North_EventScript_TrainerTips3" "script": "SafariZone_North_EventScript_TrainerTips3"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 44, "x": 44,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_North_EventScript_RestHouseSign" "script": "SafariZone_North_EventScript_RestHouseSign"
} }
] ]
+8 -4
View File
@@ -150,31 +150,35 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 27, "x": 27,
"y": 9, "y": 9,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_West_EventScript_LostTeethNotice" "script": "SafariZone_West_EventScript_LostTeethNotice"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 36, "x": 36,
"y": 10, "y": 10,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_West_EventScript_TrainerTips" "script": "SafariZone_West_EventScript_TrainerTips"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 35, "x": 35,
"y": 26, "y": 26,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_West_EventScript_AreaSign" "script": "SafariZone_West_EventScript_AreaSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 22, "x": 22,
"y": 19, "y": 19,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SafariZone_West_EventScript_RestHouseSign" "script": "SafariZone_West_EventScript_RestHouseSign"
}, },
{ {
+18 -9
View File
@@ -343,66 +343,75 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 29, "x": 29,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_CitySign" "script": "SaffronCity_EventScript_CitySign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 42, "x": 42,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_DojoSign" "script": "SaffronCity_EventScript_DojoSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 13, "x": 13,
"y": 25, "y": 25,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_SilphProductSign" "script": "SaffronCity_EventScript_SilphProductSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 18, "x": 18,
"y": 30, "y": 30,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_TrainerTips2" "script": "SaffronCity_EventScript_TrainerTips2"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 29, "x": 29,
"y": 31, "y": 31,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_SilphCoSign" "script": "SaffronCity_EventScript_SilphCoSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 54, "x": 54,
"y": 25, "y": 25,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_TrainerTips1" "script": "SaffronCity_EventScript_TrainerTips1"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 50, "x": 50,
"y": 14, "y": 14,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_GymSign" "script": "SaffronCity_EventScript_GymSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 40, "x": 40,
"y": 38, "y": 38,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_MrPsychicsHouseSign" "script": "SaffronCity_EventScript_MrPsychicsHouseSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 49, "x": 49,
"y": 22, "y": 22,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_EventScript_TrainerFanClubSign" "script": "SaffronCity_EventScript_TrainerFanClubSign"
} }
] ]
@@ -80,17 +80,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 1, "x": 1,
"y": 1, "y": 1,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_CopycatsHouse_2F_EventScript_Computer" "script": "SaffronCity_CopycatsHouse_2F_EventScript_Computer"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 5, "y": 5,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_CopycatsHouse_2F_EventScript_Game" "script": "SaffronCity_CopycatsHouse_2F_EventScript_Game"
}, },
{ {
+8 -4
View File
@@ -152,31 +152,35 @@
], ],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 3, "x": 3,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Dojo_EventScript_Statue" "script": "SaffronCity_Dojo_EventScript_Statue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 9, "x": 9,
"y": 13, "y": 13,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Dojo_EventScript_Statue" "script": "SaffronCity_Dojo_EventScript_Statue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Dojo_EventScript_LeftScroll" "script": "SaffronCity_Dojo_EventScript_LeftScroll"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 7, "x": 7,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Dojo_EventScript_RightScroll" "script": "SaffronCity_Dojo_EventScript_RightScroll"
} }
] ]
+4 -2
View File
@@ -369,17 +369,19 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 12, "x": 12,
"y": 20, "y": 20,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Gym_EventScript_GymStatue" "script": "SaffronCity_Gym_EventScript_GymStatue"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 16, "x": 16,
"y": 20, "y": 20,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_Gym_EventScript_GymStatue" "script": "SaffronCity_Gym_EventScript_GymStatue"
} }
] ]
+2 -1
View File
@@ -94,10 +94,11 @@
"coord_events": [], "coord_events": [],
"bg_events": [ "bg_events": [
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 5, "x": 5,
"y": 4, "y": 4,
"elevation": 3, "elevation": 3,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SaffronCity_House_EventScript_Letter" "script": "SaffronCity_House_EventScript_Letter"
} }
] ]
+4 -2
View File
@@ -139,17 +139,19 @@
"underfoot": false "underfoot": false
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 30, "x": 30,
"y": 2, "y": 2,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SeafoamIslands_B4F_EventScript_FastCurrentSign" "script": "SeafoamIslands_B4F_EventScript_FastCurrentSign"
}, },
{ {
"type": "bg_event_type_0", "type": "sign",
"x": 14, "x": 14,
"y": 18, "y": 18,
"elevation": 0, "elevation": 0,
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
"script": "SeafoamIslands_B4F_EventScript_BoulderHintSign" "script": "SeafoamIslands_B4F_EventScript_BoulderHintSign"
} }
] ]

Some files were not shown because too many files have changed in this diff Show More