H
halkun
Guest
One of the projects I was working on once upon a time was reversing the source code to the original final fantasy. I got side tracked and now, because most of my tools are dos/windows and I run linux, it's more difficult to finish. Would you guys like to complete what I was working on?
Here's some quick stats.
The rom uses 6502 Machine code.
FF1 is a 256K game broken up in to 16 banks of 16k. I have the banks seperated (0-15)
Bank 15 is the kernel, it never gets banked out and controls the whole game.
I have bank01.asm bank02.chr, bank03.chr, bank10.asm, bank 12.asm, bank13.asm, and bank14.asm done.
Other banks are well on ther way.
The is a program called "Final Fantasy Hackster" that edits all the object data in the game. You can use that to find what I'm missing data-wise. Everything else after that point is 6502 code. You can simply run that through a dissasembler and comment what it's doing.
I can offer help of those who want to finish it.
Any takers? It says right there in the upper left hand corner of the forums "A community dedicated to FF-related engineering" I thought I'd contibute.
I'll post a link to what I have in anyone is intrested.
-halkun
Here's some quick stats.
The rom uses 6502 Machine code.
FF1 is a 256K game broken up in to 16 banks of 16k. I have the banks seperated (0-15)
Bank 15 is the kernel, it never gets banked out and controls the whole game.
I have bank01.asm bank02.chr, bank03.chr, bank10.asm, bank 12.asm, bank13.asm, and bank14.asm done.
Other banks are well on ther way.
The is a program called "Final Fantasy Hackster" that edits all the object data in the game. You can use that to find what I'm missing data-wise. Everything else after that point is 6502 code. You can simply run that through a dissasembler and comment what it's doing.
I can offer help of those who want to finish it.
Any takers? It says right there in the upper left hand corner of the forums "A community dedicated to FF-related engineering" I thought I'd contibute.
I'll post a link to what I have in anyone is intrested.
-halkun