Skip to content

Commit

Permalink
Merge branch 'master' into tr_EN
Browse files Browse the repository at this point in the history
  • Loading branch information
VariantXYZ committed Jun 24, 2024
2 parents 5e4db90 + 23022b2 commit 8845f2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/dump_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,8 @@ def __init__(self, symbol, default=0, bts=1, end=False, names=None, always_print
if i not in text_ptr_versions:
f.write(f'SECTION "TextSection{i:02}", ROMX[${entry[1]:04x}], BANK[${entry[0]:02x}]\n')
f.write(f'TextSection{i:02}:\n')
f.write(f' INCBIN cTextSection{i:02}\n\n')
f.write(f' INCBIN cTextSection{i:02}\n')
f.write(f'TextSection{i:02}End:\n\n')

i += 1

Expand Down

0 comments on commit 8845f2f

Please sign in to comment.