summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Hann Gan <chenghanngan.us@gmail.com>2021-10-01 16:31:27 -0400
committerGitHub <noreply@github.com>2021-10-01 13:31:27 -0700
commitc15bd01b90215610a2f38c4ca2e8e3b0a68b8476 (patch)
tree43ac269f8abd0002803c48caa08c306f09118b64
parent12aec1bb718eb7b04d4a5506030154b0cce454a0 (diff)
Fixed CRLF->LF (#58)
Co-authored-by: Cheng Hann Gan <chenghann_gan@ultimatesoftware.com>
-rw-r--r--data/dungeon/D63/floor_id.json28
1 files 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
+ }
+ ]
+}