mirror of https://github.com/pret/pokecrystal.git
rgblink → sort_map.py
This commit is contained in:
parent
6d2dc86a38
commit
c85e4f3d52
|
@ -26,6 +26,9 @@ def total_bank_size(type):
|
||||||
return sizes[type]
|
return sizes[type]
|
||||||
|
|
||||||
def sorted_mapfile(input):
|
def sorted_mapfile(input):
|
||||||
|
# analogous to ";File generated by rgblink"
|
||||||
|
yield ';File generated by sort_map.py\n'
|
||||||
|
|
||||||
# ex: OAM:
|
# ex: OAM:
|
||||||
unused_rx = re.compile(r'^([A-Z]+):$')
|
unused_rx = re.compile(r'^([A-Z]+):$')
|
||||||
# ex: ROM Bank #1:
|
# ex: ROM Bank #1:
|
||||||
|
|
Loading…
Reference in New Issue