index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
/
link.c
Age
Commit message (
Collapse
)
Author
2018-02-18
remove subdirectories
camthesaxman
2018-02-18
decompile more debug code
Cameron Hall
2018-02-18
decompile more debug code
Cameron Hall
2018-02-06
decompile debug code in cable_club.c
camthesaxman
2018-01-27
add comments for pool loads in C files
Cameron Hall
2018-01-27
Merge branch 'master' into german_debug
Cameron Hall
2018-01-24
integrate some debug differences
Cameron Hall
2018-01-23
fix more false offsets
Cameron Hall
2018-01-22
Rename some static functions
PikalaxALT
2018-01-21
match debug ROM
Cameron Hall
2018-01-21
fix build of normal ROMs
Cameron Hall
2018-01-17
add some debug changes that I missed
Cameron Hall
2018-01-17
resolve more undefined references
Cameron Hall
2018-01-17
use 'if DEBUG' instead of 'ifdef DEBUG'
Cameron Hall
2018-01-16
Merge branch 'master' into german_debug
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-13
clean up save.c
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
2017-12-21
Rename gScript* vars to gSpecialVar_*
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-26
rename rng.c to random.c
camthesaxman
2017-11-09
remove shared_syms
ProjectRevoTPP
2017-11-09
depreciate use of 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-03
BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes
ProjectRevoTPP
2017-08-26
merge
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP