Search found 4 matches
- Fri Sep 18, 2015 1:53 pm
- Forum: Megadrive/Genesis
- Topic: Sprite Isn't Showing Up
- Replies: 35
- Views: 30360
Re: Sprite Isn't Showing Up
For the decimal conversion you can also check out my Phantasy Star disassemblies on RHDN. I found the algorithm on PSII and IV; they have the same logic and use an array of 1, 10, 100, etc., which are the number of digits for the conversion. Before converting, it loads the number of digits and then ...
- Sun Aug 31, 2014 3:12 pm
- Forum: Sound
- Topic: Complete beginner on sound programming
- Replies: 4
- Views: 17338
- Sat Aug 30, 2014 7:34 pm
- Forum: Sound
- Topic: Complete beginner on sound programming
- Replies: 4
- Views: 17338
- Sat Aug 30, 2014 1:13 pm
- Forum: Sound
- Topic: Complete beginner on sound programming
- Replies: 4
- Views: 17338
Complete beginner on sound programming
Hi everyone. I started programming for Megadrive last year, and after learning assembly and some basics concepts of the hardware I tried fixing some bugs for the Sonic the Hedgehog games using the disassemblies on github. Months later I disassembled a game successfully through Exodus (great tool ...