index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field
/
daycare.c
Age
Commit message (
Collapse
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-02-04
Merge branch 'master' into fix_nonmatching
PikalaxALT
2018-02-03
Declare gBagPockets as non-const in item.c for the sake of getting ↵
PikalaxALT
AddBagItem to match without the NONMATCHING define
2018-02-01
match NameHasGenderSymbol
PikalaxALT
2018-01-15
through diegohint1
PikalaxALT
2018-01-14
improve TM/HM constants and add macro for TM/HM learnsets
camthesaxman
2018-01-14
format and arrange some Pokemon data
camthesaxman
2018-01-09
more text/menu renaming
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-12
Cleanup and document daycare.c
Marcus Huderle
2017-10-29
merge
ProjectRevoTPP
2017-10-26
put all C data headers in src/
camthesaxman
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-23
use SPEED instead of SPD in mon data constants
camthesaxman
2017-10-09
Document party menu handlers, text oam, and menu types
Marcus Huderle
2017-09-30
merge
ProjectRevoTPP
2017-09-09
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP