You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
oops, include map_names
This commit is contained in:
@@ -6322,6 +6322,8 @@ class PokedexEntry:
|
|||||||
{4}""".format(self.species, self.weight, self.height, self.page1.to_asm(), self.page2.to_asm())
|
{4}""".format(self.species, self.weight, self.height, self.page1.to_asm(), self.page2.to_asm())
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
from map_names import map_names
|
||||||
|
|
||||||
# map names with no labels will be generated
|
# map names with no labels will be generated
|
||||||
# generate labels for each map name
|
# generate labels for each map name
|
||||||
for map_group_id in map_names.keys():
|
for map_group_id in map_names.keys():
|
||||||
|
Reference in New Issue
Block a user