File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 88 - Sonic 2 Special Stage added [#21](/../../issues/21)
99 - Sonic 3&K Sonic/Supersonic partial support
1010- New ASM parser/writer
11+ - Ability to provide a custom parser
1112- Added File tab
1213 - Create new files
1314 - Save/Load individual assets
Original file line number Diff line number Diff line change @@ -324,9 +324,7 @@ export default catchFunc((file) => {
324324 }
325325
326326 if ( parseArgs [ 0 ] ) {
327- Object . assign ( methods , {
328- parseASM : parseArgs [ 0 ] ,
329- } ) ;
327+ methods . parseASM = parseArgs [ 0 ] ;
330328 }
331329
332330 return methods ;
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ const {
1313 signed,
1414} = Flex2 ;
1515
16- // Flex2.parseASM(() => {});
17-
1816mappings ( [
1917 offsetTable ( dc . w ) ,
2018 [
You can’t perform that action at this time.
0 commit comments