Skip to content

Commit 9a458ca

Browse files
committed
update prg_rom_ location
1 parent 7b632e4 commit 9a458ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/famistudio/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
asmDpcmSongHeaderIdxRegex = lambda dpcmAlignerName : r'(?m:^; \d+ : ' + dpcmAlignerName + r'.*?$\n(?:^\t\.word @song(\d+).*?$\n){5}^\t.word \d+,\d+.*?$\n)'
3232
asmDpcmSongMatchRegex = lambda x : r'(?ms:(^@song' + x + r'\S*:.*?)(?=^@song(?!' + x + r')))' #BUG: currently doesn't match if the dpcm song is the last
3333

34-
datBankSegPrefix = "DAT_BANK_"
34+
datBankSegPrefix = "prg_rom_"
3535
dmcBankMetaUnused = 63 # a special dmc bank for shit to go unused
3636
musicFolder = pathlib.Path(sys.path[0]).resolve()
3737
tmpFolder = (musicFolder.parent / "TMP").resolve()

0 commit comments

Comments
 (0)