You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -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):
|
def map_to_sym(input):
|
||||||
# analogous to ";File generated by rgblink"
|
# analogous to ";File generated by rgblink"
|
||||||
yield ';File generated by sort_map.py\n'
|
yield ';File generated by map2sym.py\n'
|
||||||
|
|
||||||
# ex: OAM:
|
# ex: OAM:
|
||||||
unused_rx = re.compile(r'^([A-Z]+):$')
|
unused_rx = re.compile(r'^([A-Z]+):$')
|
Reference in New Issue
Block a user