summaryrefslogtreecommitdiff
path: root/src/field
AgeCommit message (Collapse)Author
2017-11-19s32 to intsceptillion
2017-11-19decompile fldeff_secretpowersceptillion
2017-11-19decompile fldeff_berrytreesceptillion
2017-11-19decompile fldeff_secret_base_pcsceptillion
2017-11-19fix sizeof copy/paste errorsceptillion
2017-11-19include headers in corresponding source filessceptillion
2017-11-19headers for fldeff_poison and fldeff_recordmixingsceptillion
2017-11-19int to s32sceptillion
2017-11-19decompile fldeff_poisonsceptillion
2017-11-18decompile fldeff_recordmixingsceptillion
2017-11-18false positiveProjectRevoTPP
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP
2017-11-16migrate fldeff_flash and money data to srcProjectRevoTPP
2017-11-15migrate field_door data to srcProjectRevoTPP
2017-11-14Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into dataProjectRevoTPP
2017-11-13remove tv extern commentsProjectRevoTPP
2017-11-13migrate tv data to srcProjectRevoTPP
2017-11-13migrate battle_message data to src (TODO, german)ProjectRevoTPP
2017-11-12Cleanup and document daycare.cMarcus Huderle
2017-11-12Use spaces instead of tabs in battle_towerMarcus Huderle
2017-11-11Merge remote-tracking branch 'upstream/master' into pokenavMarcus Huderle
2017-11-11mergeProjectRevoTPP
2017-11-11fix build after ewram changescamthesaxman
2017-11-11mergeProjectRevoTPP
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
2017-11-11More pokenav decompMarcus Huderle
2017-11-11Merge pull request #434 from camthesaxman/decompile_field_weatherCameron Hall
decompile more of field_weather
2017-11-09remove shared_symsProjectRevoTPP
2017-11-09depreciate use of shared_symsProjectRevoTPP
2017-11-08fix merge conflictscamthesaxman
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-04finish first wave of fixesProjectRevoTPP
2017-11-04Merge branch 'master' of https://github.com/pret/pokeruby into fix_setmondataProjectRevoTPP
2017-11-04more fixesProjectRevoTPP
2017-11-03Fix non-matching sub_80EEF34 and start more decompMarcus Huderle
2017-11-03Merge remote-tracking branch 'upstream/master' into pokenavMarcus Huderle
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-11-02Merge pull request #452 from PikalaxALT/secret_base_data_fixMarcus Huderle
Fix sub_80BD1FC
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-02Use void for functions that have no argsMarcus Huderle
2017-11-02Move battle_tower.c to src/field/Marcus Huderle
2017-11-01Use descriptive variable and function names for battle_tower codeMarcus Huderle
2017-10-29mergeProjectRevoTPP
2017-10-28Give more descriptive names for battle tower structsMarcus Huderle
2017-10-28Even more battle tower decompilationMarcus Huderle
2017-10-27Merge branch 'master' into secret_base_data_fixPikalaxALT