index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
pokeball.c
Age
Commit message (
Expand
)
Author
2018-08-09
Label ball animations
Marcus Huderle
2018-07-05
Decompile battle_anim_813F0f4.s
Marcus Huderle
2018-06-20
Use MUS_ prefix instead of BGM_ prefix for songs
Marcus Huderle
2018-04-06
Use 'battler' instead of 'bank'
Marcus Huderle
2018-04-06
Finish decompiling battle_9
Marcus Huderle
2018-04-06
Decompile a bunch of battle_9
Marcus Huderle
2018-04-06
Start decompiling battle_9
Marcus Huderle
2018-03-18
Document PIN_MISSILE and ICICLE_SPEAR anims
Marcus Huderle
2018-02-11
Document battle anim things related to SWIFT and TWISTER
Marcus Huderle
2018-02-10
Start documenting battle anims
Marcus Huderle
2018-01-07
Decompile through HandleEndTurn_BattleWon, and update trainer class constant ...
Marcus Huderle
2017-12-27
Port battle_anim changes from pokeemerald
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-05
move ewram.h includes in include/ to src files.
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP