You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
sort_map.py → map2sym.py (like dos2unix, pdf2ps, etc)
This commit is contained in:
@@ -27,7 +27,7 @@ def total_bank_size(type):
|
||||
|
||||
def map_to_sym(input):
|
||||
# analogous to ";File generated by rgblink"
|
||||
yield ';File generated by sort_map.py\n'
|
||||
yield ';File generated by map2sym.py\n'
|
||||
|
||||
# ex: OAM:
|
||||
unused_rx = re.compile(r'^([A-Z]+):$')
|
Reference in New Issue
Block a user