You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
map_name -> map_id
This commit is contained in:
@@ -144,7 +144,7 @@ map_id = script.map_id
|
|||||||
|
|
||||||
# MapHeader is not given all the info yet
|
# MapHeader is not given all the info yet
|
||||||
# in the mean time "map_names" contains some metadata
|
# in the mean time "map_names" contains some metadata
|
||||||
map_dict = crystal.map_names[map_group][map_name]
|
map_dict = crystal.map_names[map_group][map_id]
|
||||||
map_header = map_dict["header_new"]
|
map_header = map_dict["header_new"]
|
||||||
|
|
||||||
print map_dict["name"]
|
print map_dict["name"]
|
||||||
|
|||||||
Reference in New Issue
Block a user