summaryrefslogtreecommitdiff
path: root/src/scene
AgeCommit message (Collapse)Author
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-23Merge branch 'master' into cable_carPikalaxALT
2017-12-23Merge branch 'master' into decompile_dataPikalaxALT
2017-12-23Merge branch 'master' into cable_carPikalaxALT
2017-12-22fix merge conflictscamthesaxman
2017-12-22label and clean up some things in contest.ccamthesaxman
2017-12-22finish decompiling contest.scamthesaxman
2017-12-22fix 0x2DFC in SaveBlock1camthesaxman
2017-12-22save workcamthesaxman
2017-12-21Rename gScript* vars to gSpecialVar_*Marcus Huderle
2017-12-18Decompile data: intro_credits_graphicsscnorton
2017-11-26fix merge conflictscamthesaxman
2017-11-26Cleanup pokemon_summary_screenMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP
2017-11-14Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into dataProjectRevoTPP
2017-11-13migrate battle_message data to src (TODO, german)ProjectRevoTPP
2017-11-12Cleanup and document daycare.cMarcus Huderle
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
2017-11-11eliminate remaining RAM pointers in asm/ProjectRevoTPP
2017-11-10fix germanProjectRevoTPP
2017-11-10move credits data to C file (todo, german)ProjectRevoTPP
2017-11-09remove shared_symsProjectRevoTPP
2017-11-09formattingProjectRevoTPP
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 defines to ewram.h.ProjectRevoTPP
2017-11-02Merge pull request #453 from huderlem/battle_towerMarcus Huderle
Decompile battle_tower
2017-10-28Give more descriptive names for battle tower structsMarcus Huderle
2017-10-18document bike.c.ProjectRevoTPP
2017-10-16nonmatching sub_812446CPikalaxALT
2017-10-15sub_8124118scnorton
2017-10-15Decompile remaining datascnorton
2017-10-15sub_8123FBCscnorton
2017-10-15sub_8123F44scnorton
2017-10-15sub_8123EB8scnorton
2017-10-15sub_8123D98scnorton
2017-10-15sub_8123CB8PikalaxALT
2017-10-15sub_8123C40PikalaxALT
2017-10-15sub_8123AF8PikalaxALT
2017-10-14sub_81239E4PikalaxALT
2017-10-14sub_8123878PikalaxALT
2017-10-14sub_8123740PikalaxALT
2017-10-14sub_8123244PikalaxALT
2017-10-14sub_81231ECPikalaxALT
2017-10-01Merge branch 'master' into tradePikalaxALT