Correct a floor numbering error in Mt. Coronet

The small room on Mt. Coronet 4F was labelled as 5F,
causing all subsequent floors to be numbered off-by-one.
This commit is contained in:
SnorlaxMonster 2021-03-09 02:08:28 +11:00
parent a91a7d95b3
commit 437736ca01
2 changed files with 6 additions and 6 deletions

View File

@ -15,9 +15,9 @@ location_area_id,local_language_id,name
14,9,snowfall
15,9,blizzard
16,9,4F
17,9,5F
18,9,6F
19,9,7F
17,9,4F small room
18,9,5F
19,9,6F
20,9,cave
21,9,Route 216
22,9,Route 211

1 location_area_id local_language_id name
15 14 9 snowfall
16 15 9 blizzard
17 16 9 4F
18 17 9 5F 4F small room
19 18 9 6F 5F
20 19 9 7F 6F
21 20 9 cave
22 21 9 Route 216
23 22 9 Route 211

View File

@ -15,9 +15,9 @@ id,location_id,game_index,identifier
14,10,14,snowfall
15,10,15,blizzard
16,10,16,4f
17,10,17,5f
18,10,18,6f
19,10,19,7f
17,10,17,4f-small-room
18,10,18,5f
19,10,19,6f
20,10,20,cave
21,10,21,route-216
22,10,22,route-211

1 id location_id game_index identifier
15 14 10 14 snowfall
16 15 10 15 blizzard
17 16 10 16 4f
18 17 10 17 5f 4f-small-room
19 18 10 18 6f 5f
20 19 10 19 7f 6f
21 20 10 20 cave
22 21 10 21 route-216
23 22 10 22 route-211