index
:
pokecrystal
install
master
Pokémon Crystal
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
macros
/
scripts
/
audio.asm
Age
Commit message (
Expand
)
Author
2021-03-22
Miscellaneous cleanup
Rangi
2021-03-21
Clean up some macro definitions
Rangi
2020-10-26
Use more assertions to ensure correct code and data
Rangi
2020-07-10
Use const_skip and const_next macros for brevity
Rangi
2020-07-08
Eliminate enum: use const instead, with case-by-case parallel const implement...
Rangi
2020-03-21
Miscellaneous fixes from #694
Rangi
2020-01-05
Update docs/music_commands.md
dannye
2019-09-08
stereo_panning: force any non-zero arg to 1
dannye
2019-09-04
Add legacy audio macros
dannye
2019-09-03
Use TRUE/FALSE constants for stereo_panning
dannye
2019-09-03
Rename dnote to drum_note and dspeed to drum_speed
dannye
2019-09-02
Update audio macros and arguments
dannye
2018-12-09
Format music macros like movement macros
Rangi
2018-11-21
Define first_music_cmd
mid-kid
2018-11-20
Cosmetic fixes
mid-kid
2018-11-11
Clarify LEGACY support
mid-kid
2017-12-28
endm -> ENDM
xCrystal
2017-12-28
Uppercase MACRO and EQU(S) according to the style guide
xCrystal
2017-12-26
Rename: emote_headers, sprite_headers, cry_headers, gfx_headers, tileset_headers
Remy Oukaour
2017-12-24
Support old one-argument sound_duty macro, similar to callab/callba legacy su...
Remy Oukaour
2017-12-15
More comments for macros
Remy Oukaour
2017-12-14
Reorganize macros
Remy Oukaour