Achilles1515 / 20XX-Melee-Hack-Pack

An enhancement mod of Super Smash Bros. Melee
131 stars 13 forks source link

Not an issue. I just wanted to say how absolutely impressed I am with this work. #1

Open baconicsynergy opened 7 years ago

baconicsynergy commented 7 years ago

Writing code in pure assembly language? It's absolutely incredible. Good work.

Although, instead of having all of the assembly code in a large, single text file, perhaps you could split it up into smaller modules? Just a suggestion, I am not nearly skilled enough as a coder to make hard contributions.

Achilles1515 commented 7 years ago

A lot of people are scared of assembly (maybe just the tediousness of it), but I find it to be quite fun.

I found myself getting bogged down trying to manage ~100 text files of separate ASM codes (file names and content within) that I was constantly trying to reference when writing new codes. It quickly became easier to just CTRL+F within the document I was currently working (the "Scratchpad") to find something I needed - especially since there is no functional merit to keeping codes in separate files due to the unique nature of how I must go about actually putting the code into the game.

I do think it would be good to split up topics, as far as publicizing on Github goes - so I'll probably look to do this in the future.

Thanks for the comment!

fpruitt commented 7 years ago

@Achilles1515 , I'm a dev and smash fan and would love to help contribute to this project. Is there anything you would like help with? Feel free to PM me at fpruitt0922@gmail.com .

Also, echoing OP here, great work on this!