From c15bd01b90215610a2f38c4ca2e8e3b0a68b8476 Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Fri, 1 Oct 2021 16:31:27 -0400 Subject: Fixed CRLF->LF (#58) Co-authored-by: Cheng Hann Gan --- data/dungeon/D63/floor_id.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/data/dungeon/D63/floor_id.json b/data/dungeon/D63/floor_id.json index 3b28c57..0f6bd5d 100644 --- a/data/dungeon/D63/floor_id.json +++ b/data/dungeon/D63/floor_id.json @@ -1,14 +1,14 @@ -{ - "name": "D63FloorID", - "tables": [ - { - "MainData": 1763, - "Pokemon": 526, - "Traps": 87, - "Items": 176, - "KecleonShop": 19, - "MonsterRoomItems": 177, - "BuriedItems": 66 - } - ] -} +{ + "name": "D63FloorID", + "tables": [ + { + "MainData": 1763, + "Pokemon": 526, + "Traps": 87, + "Items": 176, + "KecleonShop": 19, + "MonsterRoomItems": 177, + "BuriedItems": 66 + } + ] +} -- cgit v1.2.3