index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_setup.c
Age
Commit message (
Expand
)
Author
2017-05-09
file renaming
YamaArashi
2017-04-27
Sort includes
Marijn van der Werf
2017-04-08
finish decompiling item_use.c (#244)
ProjectRevoTPP
2017-03-18
reorganize and add new headers for many files
ProjectRevoTPP
2017-01-27
define more data in C (#220)
Cameron Hall
2017-01-17
Remove trailing whitespace
Marijn van der Werf
2017-01-17
Sort includes
Marijn van der Werf
2017-01-17
Move `gStringVar` declarations to text.h
Marijn van der Werf
2017-01-05
more labels (#165)
ProjectRevoTPP
2017-01-05
field_8 -> savedCallback
YamaArashi
2017-01-02
name functions and split data more
YamaArashi
2017-01-02
name battle setup functions
YamaArashi
2017-01-02
battle type constants
YamaArashi
2017-01-02
label and document berry.c, decompress.c, item_use.c and label gBattleTypeFla...
ProjectRevoTPP
2017-01-02
gBattleTypeFlags
YamaArashi
2017-01-02
event_data.c
YamaArashi
2016-12-19
decompile ground effect flags functions
YamaArashi
2016-12-12
Fix various warnings
Marijn van der Werf
2016-12-04
fix battle_setup.c warning
YamaArashi
2016-12-02
use player avatar flag constants
YamaArashi
2016-12-02
[WIP] Extract all external function declarations to headers (#114)
Marijn van der Werf
2016-11-30
Declare more non-static functions in header files (#111)
Marijn van der Werf
2016-11-11
more cleanup (#98)
Cameron Hall
2016-11-06
cleanup (#93)
Cameron Hall
2016-11-06
start decompiling battle_ai.c (#92)
Cameron Hall
2016-11-05
script special variables
YamaArashi
2016-11-05
rename some parameters
YamaArashi
2016-11-05
introduce flag constants
YamaArashi
2016-11-05
clean up battle_setup.c
YamaArashi
2016-11-04
trainer music constants
YamaArashi
2016-11-04
use correct trainer party member structs
YamaArashi
2016-11-04
fix battle_setup.c warnings besides implicit declaration
YamaArashi
2016-11-04
add flag.h and var.h
YamaArashi
2016-11-04
use more TRUE/FALSE
YamaArashi
2016-11-04
cleanup
YamaArashi
2016-11-04
switch formatting
YamaArashi
2016-11-04
badge flags
YamaArashi
2016-11-04
remove extraneous spaces
YamaArashi
2016-11-04
decompile sub_8082A90()
YamaArashi
2016-11-04
decompile battle_setup.c (#86)
ProjectRevoTPP