summaryrefslogtreecommitdiff
path: root/include/pokemon.h
AgeCommit message (Collapse)Author
2017-01-03Attempt to decompile trainer memo printingMarijn van der Werf
2016-12-31use more constants in CalculateBaseDamageYamaArashi
2016-12-11decompile more of matsuda_debug_menu.c (#122)ProjectRevoTPP
* begin decompiling matsuda_debug_menu.c * i'm sorry for misspelling your name * decompile more masuda_debug_menu.c * mergable state * whatever yama * more decompilation of matsuda_debug_menu.c * matsuda debug text label consistency * add current work
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-14Start decompiling battle_ai.c cmd functions (#100)ProjectRevoTPP
* begin decompiling battle AI macros * decompile more battle AI macros * nonmatching function * decompile BattleAICmd_get_ability * current nonmatching work * get BattleAICmd_unk_30 a bit closer * get battle_ai.c into a mergable state.
2016-11-06start decompiling battle_ai.c (#92)Cameron Hall
2016-11-04Big shroomish barboach (#87)Cameron Hall
* start decompiling * decompile more functions * clean up and rename big_shroomish_barboach.c to pokemon_size_record.c * remove save file * remove extraneous line from Makefile
2016-10-21add explanatory comment about GetMonData()/GetBoxMonData()YamaArashi
2016-10-21don't specify arguments in GetMonData()/GetBoxMonData() prototypesYamaArashi
2016-09-18expand WRAM sections and add some variablesYamaArashi
2016-09-12decompile pokemon functionsYamaArashi
2016-09-12decompile more pokemon functionsYamaArashi
2016-09-10decompile functions for setting pokemon dataYamaArashi
2016-09-10use name length definesYamaArashi
2016-09-10decompile more pokemon functionsYamaArashi
2016-09-09fix mistake in function nameYamaArashi
2016-09-09rename pokemon functionsYamaArashi
2016-09-09clean up types in pokemon codeYamaArashi
2016-09-09more decompilation of pokemon functionsYamaArashi
2016-09-08starting decompliation of pokemon functionsYamaArashi