index
:
pokegold
master
Pokémon Gold and Silver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
audio
Age
Commit message (
Expand
)
Author
2021-11-23
Use ~X instead of $ff ^ X
Rangi
2021-04-12
Comment that unused music bytes are left over from more channels
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-16
Revise some constant definitions
Rangi
2021-03-11
Verify script command table sizes
Rangi
2021-03-05
Verify data table sizes with table_width and assert_table_length macros
Rangi
2020-12-23
Rename some labels
Rangi
2020-12-07
Cleaned up some comments and changed a magic number to maskbits NUM_CHANNELS ...
aljohnston112
2020-10-28
Replace many '; unused' with '; unreferenced'
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-10-26
Comment, remove, or revise many unreferenced labels
Rangi
2020-10-05
Identify some more unnamed labels
Rangi
2020-08-04
Label some audio commands as unused
mid-kid
2020-07-09
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-06-29
Identify more labels and constants
Rangi
2020-06-29
Identify more unnamed labels
Rangi
2020-06-19
Rename labels to stop cheating the unnamed.py script.
entrpntr
2020-06-15
Port miscellaneous recent updates from pokecrystal
Rangi
2020-06-05
Fix file permissions.
entrpntr
2020-05-15
Remove remaining legacy macros from current code.
entrpntr
2020-05-12
Update music for newer audio macros.
entrpntr
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-09-23
Clarify naming of SFX_GET_EGG_* pointers
Ryan Tandy
2019-08-16
Incorporate the rest of the audio engine.
IIMarckus
2019-08-15
Sync music with pokecrystal and add to the build.
IIMarckus
2019-08-15
Sync sfx with pokecrystal, and add to the build.
IIMarckus
2019-08-15
Fix cries, and integrate them into the build.
IIMarckus
2016-01-29
Import stuff from pokecrystal; diff gold and silver
PikalaxALT