index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_interface.c
Age
Commit message (
Expand
)
Author
2019-07-28
Merge branch 'master' into filenames_1
camthesaxman
2019-07-28
emerald file names, part 1
camthesaxman
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP
2017-06-19
Battle labels named (#333)
DizzyEggg
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-14
Merge branch 'master' of https://github.com/pret/pokeruby
ProjectRevoTPP
2017-06-10
decompile sub_8032350 - sub_80326EC
camthesaxman
2017-06-10
move some common battle struct definitions to battle.h
camthesaxman
2017-06-10
finish decompiling player_pc.c
ProjectRevoTPP
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-22
Decrease indentation level of switches
Marijn van der Werf
2017-05-17
fill holes in party_menu.c and add battle_interface.h header
camthesaxman
2017-05-12
Merge branch 'master' of https://github.com/pret/pokeruby
ProjectRevoTPP
2017-05-12
remove unknowns from birch_pc.c
ProjectRevoTPP
2017-05-10
BATTLE_TYPE_40 -> BATTLE_TYPE_MULTI
YamaArashi
2017-05-08
Fix battle_interface for German
Marijn van der Werf
2017-05-08
Decompile battle interface (#281)
Cameron Hall