We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b632e4 commit 9a458caCopy full SHA for 9a458ca
src/famistudio/export.py
@@ -31,7 +31,7 @@
31
asmDpcmSongHeaderIdxRegex = lambda dpcmAlignerName : r'(?m:^; \d+ : ' + dpcmAlignerName + r'.*?$\n(?:^\t\.word @song(\d+).*?$\n){5}^\t.word \d+,\d+.*?$\n)'
32
asmDpcmSongMatchRegex = lambda x : r'(?ms:(^@song' + x + r'\S*:.*?)(?=^@song(?!' + x + r')))' #BUG: currently doesn't match if the dpcm song is the last
33
34
-datBankSegPrefix = "DAT_BANK_"
+datBankSegPrefix = "prg_rom_"
35
dmcBankMetaUnused = 63 # a special dmc bank for shit to go unused
36
musicFolder = pathlib.Path(sys.path[0]).resolve()
37
tmpFolder = (musicFolder.parent / "TMP").resolve()
0 commit comments