index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
engine
Age
Commit message (
Collapse
)
Author
2017-11-19
headers for fldeff_poison and fldeff_recordmixing
sceptillion
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-15
migrate matsuda debug menu and tileset anim data to src
ProjectRevoTPP
2017-11-15
comment
ProjectRevoTPP
2017-11-15
migrate text_window and reset_rtc_screen data to src
ProjectRevoTPP
2017-11-14
Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into data
ProjectRevoTPP
2017-11-13
migrate main_menu data to src
ProjectRevoTPP
2017-11-13
migrate cable_club and mori_debug_menu data to src
ProjectRevoTPP
2017-11-12
Cleanup and document daycare.c
Marcus Huderle
2017-11-11
eliminate remaining RAM pointers in src/
ProjectRevoTPP
2017-11-09
remove shared_syms
ProjectRevoTPP
2017-11-09
depreciate use of shared_syms
ProjectRevoTPP
2017-11-06
finish refactoring ewram defines into ewram.h.
ProjectRevoTPP
2017-11-05
move src/engine/ direct ewram calls to ewram.h.
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-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
Decompile battle_tower
2017-11-01
Use descriptive variable and function names for battle_tower code
Marcus Huderle
2017-10-28
Give more descriptive names for battle tower structs
Marcus Huderle
2017-10-28
More battle_tower decomp
Marcus Huderle
2017-10-28
Even more battle tower decompilation
Marcus Huderle
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-23
fix bad label
ProjectRevoTPP
2017-10-23
document berry.c.
ProjectRevoTPP
2017-10-21
More battle_tower work
Marcus Huderle
2017-10-09
Document party menu handlers, text oam, and menu types
Marcus Huderle
2017-10-09
Merge remote-tracking branch 'upstream/master' into party_menu
Marcus Huderle
2017-10-01
Fix DE
PikalaxALT
2017-10-01
Merge branch 'master' into trade
PikalaxALT
2017-10-01
Merge pull request #439 from camthesaxman/sound_check_menu-cleanup
Cameron Hall
clean up sound_check_menu.c
2017-10-01
Merge remote-tracking branch 'upstream/master' into script_cmd_renaming
camthesaxman
2017-10-01
move sound_check_menu.c to debug
camthesaxman
2017-09-30
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-09-30
merge
ProjectRevoTPP
2017-09-28
merge
ProjectRevoTPP
2017-09-09
merge
ProjectRevoTPP
2017-08-28
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-28
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-28
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-26
merge
ProjectRevoTPP
2017-08-13
move GBA library files to libs.
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP