mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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]
|
||||
|
||||
def sorted_mapfile(input):
|
||||
# analogous to ";File generated by rgblink"
|
||||
yield ';File generated by sort_map.py\n'
|
||||
|
||||
# ex: OAM:
|
||||
unused_rx = re.compile(r'^([A-Z]+):$')
|
||||
# ex: ROM Bank #1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user