index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
battle_7.c
Age
Commit message (
Collapse
)
Author
2019-07-28
emerald file names, part 1
camthesaxman
2018-12-17
gAnimBankAttacker/Target to gBattleAnimAttacker/Target
shinny456
2018-07-05
Decompile battle_anim_813F0f4.s
Marcus Huderle
2018-05-21
Standardize args to palette blend functions
Marcus Huderle
2018-05-21
Add unused parameter to load_gfxc_health_bar definition
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-04-05
Merge remote-tracking branch 'upstream/master' into various_data
Marcus Huderle
2018-02-10
Start documenting battle anims
Marcus Huderle
2018-01-19
Merge remote-tracking branch 'upstream/master' into various_data
Marco Willems (M17.1)
2018-01-17
use Defvars instead of some Dma macros and hopefully last while(1)s
ProjectRevoTPP
2018-01-16
Merge remote-tracking branch 'upstream/master' into various_data
Marco Willems (M17.1)
2018-01-15
import some battle_4.c code from emerald and get atk23_getexp matching
camthesaxman
2018-01-16
Continuing testing with OBJ_VRAM0, all replaced with OBJ_VRAM0_TEMP now
Marco Willems (M17.1)
2018-01-15
Done decompiling battle_interfaces.s
Marco Willems (M17.1)
2018-01-07
Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵
Marcus Huderle
names
2018-01-06
fix some code and formatting anomalies
camthesaxman
2017-12-30
Sync gAnimDisableStructPtr and gTransformedPersonalities with pokeemerald
Marcus Huderle
2017-12-27
Port battle_anim changes from pokeemerald
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-19
gBattleAnims_Unknown2 to gBattleAnims_Special
sceptillion
2017-11-19
label battle anims
sceptillion
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-11
eliminate remaining RAM pointers in src/
ProjectRevoTPP
2017-11-09
remove shared_syms
ProjectRevoTPP
2017-11-09
depreciate use of shared_syms
ProjectRevoTPP
2017-11-06
finish refactoring ewram defines into ewram.h.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-03
NotInBattle
ProjectRevoTPP
2017-09-30
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-27
merge
ProjectRevoTPP
2017-08-26
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP