summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-11-08fix merge conflictscamthesaxman
2017-11-06formattingProjectRevoTPP
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-04BAD_MEM macros to MEM_ALTProjectRevoTPP
2017-11-04add semicolons to BAD_MEMSET and BAD_MEMCPYProjectRevoTPP
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-04Decompile some pokenav functionsMarcus Huderle
2017-11-03Fix non-matching sub_80EEF34 and start more decompMarcus Huderle
2017-11-03Cleanup pokenav 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-03NotInBattleProjectRevoTPP
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-02Fix german buildMarcus Huderle
2017-11-02Move battle_tower.c to src/field/Marcus Huderle
2017-11-02Define constants for special battle_tower trainer idsMarcus Huderle
2017-11-01Use descriptive variable and function names for battle_tower codeMarcus Huderle
2017-11-01Decompile german functions in battle_towerMarcus Huderle
2017-11-01Move german battle tower trainers into src/data/battle_towerMarcus Huderle
2017-11-01Decompile Debug_FillEReaderTrainerWithPlayerDataMarcus Huderle
2017-10-31Decompile FillBattleTowerTrainerParty()Marcus Huderle
2017-10-29Decompile a few nonmatchings in battle_towerMarcus Huderle
2017-10-29change SetMonData and SetBoxMonData prototypesProjectRevoTPP
2017-10-29mergeProjectRevoTPP
2017-10-29use BAD_MEMSET macro for battle files.ProjectRevoTPP
2017-10-28Give more descriptive names for battle tower structsMarcus Huderle
2017-10-28More battle_tower decompMarcus Huderle
2017-10-28Even more battle tower decompilationMarcus Huderle
2017-10-27Merge branch 'master' into secret_base_data_fixPikalaxALT
2017-10-27Match sub_80BD1FCPikalaxALT
2017-10-26More decomp of battle_towerMarcus Huderle
2017-10-26put all C data headers in src/camthesaxman
2017-10-26also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constantscamthesaxman
2017-10-24match sub_80BBDD0PikalaxALT
2017-10-24Merge branch 'master' into secret_base_data_fixPikalaxALT
2017-10-24Fix data layout in gUnknown_083D1374PikalaxALT
2017-10-23recast fixes for SetMonData and SetBoxMonData.ProjectRevoTPP
2017-10-23use SPEED instead of SPD in mon data constantscamthesaxman
2017-10-23port matching AbilityBattleEffects from Emeraldcamthesaxman
2017-10-23Move all battle_tower data into src/Marcus Huderle
2017-10-23format commentsProjectRevoTPP
2017-10-23fix bad labelProjectRevoTPP