summaryrefslogtreecommitdiff
path: root/src/pokemon.c
AgeCommit message (Collapse)Author
2020-10-25port ModifyStatByNature fakematch fix (from #1179)Kurausukun
2020-10-05Add ITEM6_HEAL constants, change move flags to shiftsGriffinR
2020-10-01Replace POKEMON_SLOTS_NUMBERGriffinR
2020-09-19battle_gfx_sfx_util.c: Very annoying fakematch fix.Kaz
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...?
2020-09-19Fix typoskiliwily
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-12Update pokemon.ckiliwily
2020-09-12Bug documentingkiliwily
2020-09-09Document size field of unknown structPokeCodec
2020-09-09Fix Pokemon FakematchPokeCodec
2020-09-09Record mixing fakematch fixed!PokeCodec
2020-09-06Fix casting bugPokeCodec
2020-09-05Fixup ModifyStatByNaturePokeCodec
2020-08-28Merge pull request #1160 from kiliwily/master2GriffinR
add MAX_LEVEL_UP_MOVES macro
2020-08-28Merge pull request #1146 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-28add MAX_LEVEL_UP_MOVES macrokiliwily
2020-08-28Add MAX_PER_STAT_EVS macroThomas Winwood
2020-08-21Merge pull request #1141 from GriffinRichards/add-nonmatchPikalaxALT
Wrap asm statements in NONMATCHING
2020-08-20Give songs meaningful english namesGriffinR
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-16Merge branch 'master' of https://github.com/pret/pokeemerald into doc-contestGriffinR
2020-08-10Merge pull request #1122 from GriffinRichards/clean-battlemsgGriffinR
Add stat stage constants, clean up misc battle msg data
2020-08-04Add stat stage constantsGriffinR
2020-07-27Document some battle_util.cExpoSeed
2020-07-23Begin new contest documentationGriffinR
2020-07-18Merge pull request #1100 from GriffinRichards/clean-battlescrdataGriffinR
Misc battle and battle palace documentation
2020-07-18Clean up some battle scr cmd dataGriffinR
2020-07-16Use stat constants in MonGainEVsDizzyEggg
2020-07-09Update pokemon.cFlametix
2020-06-03Label union room battle trainerGriffinR
2020-04-09Add misc party constant usageGriffinR
2020-02-08Document Trainer CardGriffinR
2020-02-04Use friendship event constantsGriffinR
2020-02-01sCombinedMovesPikalaxALT
2020-01-20using item constantSahith Nallapareddy
2020-01-08Merge branch 'master' into doc-domeGriffinR
2020-01-07More battle_dome.c docGriffinR
2019-12-21Document item_use.cGriffinR
2019-12-20Document Battle Dome scripts and some battle_dome.cGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-11-25Document Frontier UtilGriffinR
2019-11-23Merge pull request #909 from GriffinRichards/doc-apprenticehuderlem
Document Apprentice
2019-11-23Turn some magic numbers into named constantsThomas Winwood
2019-11-16WIP Document apprenticeGriffinR
2019-10-31Clean up party_menu docGriffinR
2019-10-31Document party_menu second passGriffinR
2019-10-25Document party_menu first passGriffinR
2019-10-06Document field_poisonGriffinR
2019-10-05Note overflow in ModifyStatByNatureGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT