index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
/
engine.asm
Age
Commit message (
Collapse
)
Author
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-04-12
Rename SOUND_REST to SOUND_CRY
Rangi
2021-03-24
Add some comments regarding 16-bit increment/decrement
Rangi
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-11
Verify script command table sizes
Rangi
2020-12-23
Rename some labels
Rangi
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer"
2020-12-07
Cleaned up some comments and changed a magic number to maskbits NUM_CHANNELS ↵
aljohnston112
(#68) Improve the audio engine's comments and replace some magic numbers with constants
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const ↵
Rangi
implementations
2020-06-29
Identify more labels and constants
Rangi
2020-06-15
Port miscellaneous recent updates from pokecrystal
Rangi
2020-04-27
Sync with the recent updates to pokecrystal.
entrpntr
2020-03-17
Cleanup macros before continuing.
entrpntr
2020-03-16
Sync home/ with pokecrystal
libjet
2019-08-16
Incorporate the rest of the audio engine.
IIMarckus