mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
oops, include map_names
This commit is contained in:
parent
ec098d1a03
commit
821d794898
@ -6322,6 +6322,8 @@ class PokedexEntry:
|
||||
{4}""".format(self.species, self.weight, self.height, self.page1.to_asm(), self.page2.to_asm())
|
||||
return output
|
||||
|
||||
from map_names import map_names
|
||||
|
||||
# map names with no labels will be generated
|
||||
# generate labels for each map name
|
||||
for map_group_id in map_names.keys():
|
||||
|
Loading…
Reference in New Issue
Block a user