index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_anim_sound_tasks.c
Age
Commit message (
Collapse
)
Author
2021-11-10
Fix CRY_MODE_ECHO
GriffinR
2021-11-07
Disambiguate cry functions
GriffinR
2021-11-07
Add CRY_MODE constants
GriffinR
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-05-15
Various BUGFIXes and UBFIXes
ExpoSeed
2021-02-27
Document some battle anim funcs and data
Marcus Huderle
2020-10-01
Replace POKEMON_SLOTS_NUMBER
GriffinR
2020-08-15
Document contest appeal
GriffinR
2020-02-25
Clean up move anim doc
GriffinR
2020-02-25
Finish documenting move anim scripts
GriffinR
2020-02-25
Document move anims C-H
GriffinR
2019-04-08
Fix formatting
ultima-soul
2019-04-08
Match sub_8159308
ultima-soul
2018-12-06
Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵
nullableVoidPtr
spaces -> tabs
2018-12-06
Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵
nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-19
Decompile all of battle_anim_utility_funcs
Marcus Huderle
2018-11-14
Sort includes into alphabetical order
Slawter666
2018-10-19
Merge remote-tracking branch 'upstream/master' into pan-constants
garak
2018-10-19
use sound panning constants in battle_anim_scripts
garak
2018-10-06
Start porting ruby battle anim file
DizzyEggg
2018-06-17
label and document battle windows
DizzyEggg
2018-05-11
Update naked attribute and ASM_DIRECT to NAKED macro
Diegoisawesome
2018-04-18
almost decomp sound tasks battle anim
DizzyEggg