zladx/LADX-Disassembly

Document the sound effects generation

Open

#207 opened on Apr 6, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Assembly (89 forks)github user discovery
audiohelp wanted

Repository metrics

Stars
 (886 stars)
PR merge metrics
 (PR metrics pending)

Description

Sounds effects (i.e. jingles, waveform-based sfx and noise-based sfx) are generated in https://github.com/zladx/LADX-Disassembly/blob/master/src/code/audio/sfx.asm.

The format seems pretty straightforward; probably no op-codes are involved. Still, the code needs documentation, and at least labeling of the different sound effects.

Contributor guide