index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
trade.c
Age
Commit message (
Expand
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-01-27
Merge branch 'master' into german_debug
Cameron Hall
2018-01-22
Rename some static functions
PikalaxALT
2018-01-21
resolve merge conflicts and make it compile
Cameron Hall
2018-01-18
Merge branch 'master' of https://github.com/pret/pokeruby into fixes
ProjectRevoTPP
2018-01-18
formatting
ProjectRevoTPP
2018-01-17
use Defvars instead of some Dma macros and hopefully last while(1)s
ProjectRevoTPP
2018-01-17
resolve more undefined references
Cameron Hall
2018-01-17
use Dma Large loops for every while(1) Dma loop
ProjectRevoTPP
2018-01-16
remove some symbols from sym_ewram.txt
camthesaxman
2018-01-09
more text/menu renaming
camthesaxman
2018-01-09
s/gWindowConfig/gWindowTemplate/g
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2018-01-01
Label a bunch more specials
Marcus Huderle
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-11-26
fix merge conflicts
camthesaxman
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-26
Label the PokemonSummaryScreenStruct structs members
Marcus Huderle
2017-11-26
easy_chat constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
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-05
move ewram.h includes in include/ to src files.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-04
more fixes
ProjectRevoTPP
2017-11-03
BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes
ProjectRevoTPP
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-01
Fix DE
PikalaxALT
2017-10-01
Merge branch 'master' into trade
PikalaxALT
2017-09-30
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP