index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
field
/
field_specials.c
Age
Commit message (
Expand
)
Author
2018-01-15
vertical scroll indicator labeling and more shop.c
ProjectRevoTPP
2018-01-09
more text/menu renaming
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2018-01-01
Use var constants for direct uses of gSaveBlock1.vars
Marcus Huderle
2018-01-01
Label a bunch more specials
Marcus Huderle
2017-12-27
Use descriptive name for the BLACK GLASSES hidden item flag
Marcus Huderle
2017-12-26
Add bg_hidden_item_event macro, and define hidden item flags
Marcus Huderle
2017-12-24
Merge pull request #492 from PikalaxALT/decompile_data
Marcus Huderle
2017-12-24
Name and use general purpose vars
Marcus Huderle
2017-12-23
Merge branch 'master' into decompile_data
PikalaxALT
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-12-19
Resolve explicit memcpy calls in field_specials.c
PikalaxALT
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-12-15
Label landmark and daily flags.
Marcus Huderle
2017-11-26
don't require MAP_ prefix on MAP_GROUP and MAP_NUM macros
camthesaxman
2017-11-26
map constants
camthesaxman
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-13
migrate tv data to src
ProjectRevoTPP
2017-11-03
Merge branch 'master' of https://github.com/pret/pokeruby into fix_setmondata
ProjectRevoTPP
2017-11-02
Merge pull request #453 from huderlem/battle_tower
Marcus Huderle
2017-11-01
Use descriptive variable and function names for battle_tower code
Marcus Huderle
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-18
document bike.c.
ProjectRevoTPP
2017-10-01
Merge remote-tracking branch 'upstream/master' into script_cmd_renaming
camthesaxman
2017-09-28
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP