You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
don't mix tabs/whitespace
This commit is contained in:
@@ -579,7 +579,7 @@ def read_line(l):
|
||||
|
||||
# export all labels
|
||||
if ':' in asm[:asm.find('"')]:
|
||||
sys.stdout.write('GLOBAL ' + asm.split(':')[0] + '\n')
|
||||
sys.stdout.write('GLOBAL ' + asm.split(':')[0] + '\n')
|
||||
|
||||
# expect preprocessed .asm files
|
||||
if "INCLUDE" in asm:
|
||||
|
Reference in New Issue
Block a user