This is a read-only mirror of the content originally found on forum.gbadev.org
(now offline), salvaged from Wayback machine copies. A new forum can be found here.
ASM > How would I go about... [Sound]
#60198 - spencer723 - Tue Nov 08, 2005 12:29 am
I would like to know how I would be able to add sound into my game using assembly. Any help would be appriciated, thanks :-).
#60248 - kusma - Tue Nov 08, 2005 12:06 pm
the same way as you would if you were using the c-language. dekus tutorial is quite good. http://deku.gbadev.org/
now, if you can't adopt c-principles to assembly, i'd rather spend my time on understanding the relation between c and assembly if i were you.