summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-02-03trainer constants in battle_setup and pokemon_2yenatch
2018-02-03fix a goto in battle_2yenatch
2018-02-03Merge remote-tracking branch 'origin/master' into battle-1yenatch
2018-02-01Finish decompiling psychic.sMarcus Huderle
2018-01-31More psychic.s decompilationMarcus Huderle
2018-01-31Start decompiling psychic.sMarcus Huderle
2018-01-30Merge pull request #512 from PikalaxALT/pokemon_storage_systemMarcus Huderle
[Merge if you so choose] Pokemon Storage System
2018-01-30Merge pull request #558 from huderlem/rockMarcus Huderle
Decompile rock.s
2018-01-30Finish decompiling rock.sMarcus Huderle
2018-01-29more battle_1 functionsyenatch
2018-01-29More rock.s decompilationMarcus Huderle
2018-01-29Merge branch 'master' into pokemon_storage_systemPikalaxALT
2018-01-28Start decompiling rock.sMarcus Huderle
2018-01-28clean up option_menu.c and field_poison.c a bitcamthesaxman
2018-01-28remove unused file pokemon_data.c and clean up roulette_util.ccamthesaxman
2018-01-28name some battle_bg variablesyenatch
2018-01-28match sub_800DE30 (thanks cam)yenatch
2018-01-28try to match trailing battle_1 sectionyenatch
2018-01-26Merge pull request #555 from huderlem/oopsyMarcus Huderle
Use BATTLE_TYPE_DOUBLE constant in guard.c
2018-01-26fix buildMarcus Huderle
2018-01-23Clean up English/German blocks (fingers crossed)PikalaxALT
2018-01-22Rename some static functionsPikalaxALT
2018-01-22through sub_80C8F34PikalaxALT
2018-01-22sub_80C8E1CPikalaxALT
2018-01-22sub_80C8C80PikalaxALT
2018-01-22sub_80C8AD0PikalaxALT
2018-01-22through sub_80C8A38PikalaxALT
2018-01-22sub_80C8938PikalaxALT
2018-01-22sub_80C88ACPikalaxALT
2018-01-22sub_80C8734PikalaxALT
2018-01-22through (nonmatching) sub_80C86A0PikalaxALT
2018-01-22through sub_80C8604PikalaxALT
2018-01-22Use BATTLE_TYPE_DOUBLE constant in guard.cThomas Winwood
2018-01-21nonmatching sub_809C664PikalaxALT
2018-01-21Create stub files to hold ewram symbolsPikalaxALT
2018-01-21Merge branch 'master' into pokemon_storage_systemPikalaxALT
2018-01-21nonmatching sub_809C464PikalaxALT
2018-01-21Merge pull request #545 from camthesaxman/kill_ramscrgenCameron Hall
(don't merge yet) stop using ranscrgen to generate ld scripts
2018-01-20use C preprocessor to generate common syms filecamthesaxman
2018-01-20More documentation of field_weatherMarcus Huderle
2018-01-19Further document weatherMarcus Huderle
2018-01-19Merge pull request #543 from camthesaxman/label_field_weatherCameron Hall
label field_weather.c
2018-01-18Merge pull request #535 from ProjectRevoTPP/fixesMarcus Huderle
fixes
2018-01-18shop enumProjectRevoTPP
2018-01-18start labeling field_weathercamthesaxman
2018-01-18Merge branch 'master' of https://github.com/pret/pokeruby into fixesProjectRevoTPP
2018-01-18formattingProjectRevoTPP
2018-01-17use Defvars instead of some Dma macros and hopefully last while(1)sProjectRevoTPP
2018-01-17use dma macros for remaining missing dma while(1) loopsProjectRevoTPP
2018-01-17use Dma Large loops for every while(1) Dma loopProjectRevoTPP