summaryrefslogtreecommitdiff
path: root/src/engine
AgeCommit message (Collapse)Author
2018-01-06Rename vars in cable car utilPikalaxALT
2018-01-05cable car utilPikalaxALT
2018-01-01Label a bunch more specialsMarcus Huderle
2018-01-01Label DoPokeNews and PokeNews structMarcus Huderle
2017-12-27Port battle_anim changes from pokeemeraldMarcus Huderle
2017-12-24Merge pull request #492 from PikalaxALT/decompile_dataMarcus Huderle
Decompile data and abstract away some explicit memcpy calls
2017-12-24Name and use general purpose varsMarcus Huderle
2017-12-24Name and use temp var constantsMarcus Huderle
2017-12-23Merge branch 'master' into decompile_dataPikalaxALT
2017-12-21Rename gScript* vars to gSpecialVar_*Marcus Huderle
2017-12-20Decompile battle_anim shockMarcus Huderle
2017-12-19Simplify copy in sub_8093324PikalaxALT
2017-12-18Decompile data: naming_screenPikalaxALT
2017-12-18namingScreenDataPtr is probably used in source but optimized out by compilerPikalaxALT
2017-12-18Merge branch 'master' into decompile_datascnorton
2017-12-18Make mystery_event_msg great againscnorton
2017-12-18Decompile data: mystery_event_msgscnorton
2017-12-18Decompile German menu cursor dataPikalaxALT
2017-12-17Use FLAG_ prefix for all flagsMarcus Huderle
2017-12-17Decompile data: menu_cursor, 2PikalaxALT
2017-12-17Decompile data: menu_cursor, 1scnorton
2017-12-15Label landmark and daily flags.Marcus Huderle
2017-11-26fix merge conflictscamthesaxman
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26Label the PokemonSummaryScreenStruct structs membersMarcus Huderle
2017-11-26easy_chat constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-19clean up unknown_task variablessceptillion
2017-11-19headers for fldeff_poison and fldeff_recordmixingsceptillion
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP
2017-11-15migrate matsuda debug menu and tileset anim data to srcProjectRevoTPP
2017-11-15commentProjectRevoTPP
2017-11-15migrate text_window and reset_rtc_screen data to srcProjectRevoTPP
2017-11-14Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into dataProjectRevoTPP
2017-11-13migrate main_menu data to srcProjectRevoTPP
2017-11-13migrate cable_club and mori_debug_menu data to srcProjectRevoTPP
2017-11-12Cleanup and document daycare.cMarcus Huderle
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
2017-11-09remove shared_symsProjectRevoTPP
2017-11-09depreciate use of shared_symsProjectRevoTPP
2017-11-06finish refactoring ewram defines into ewram.h.ProjectRevoTPP
2017-11-05move src/engine/ direct ewram calls to ewram.h.ProjectRevoTPP
2017-11-05move ewram.h includes in include/ to src files.ProjectRevoTPP
2017-11-05move ewram defines to ewram.h.ProjectRevoTPP
2017-11-04more fixesProjectRevoTPP
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-11-03Merge branch 'master' of https://github.com/pret/pokeruby into fix_setmondataProjectRevoTPP
2017-11-02Merge pull request #453 from huderlem/battle_towerMarcus Huderle
Decompile battle_tower
2017-11-01Use descriptive variable and function names for battle_tower codeMarcus Huderle