You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
rgblink → sort_map.py
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user