summaryrefslogtreecommitdiff
path: root/src/pokemon.c
AgeCommit message (Collapse)Author
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-02Eliminate more externsPhlosioneer
2019-02-23Documented/polished pokemon_summary_screen.cAriel Antonitis
Mostly variables mislabeled as global and some formerly unknown stuff.
2019-02-07Document more battle pyramidMarcus Huderle
2019-02-04Merge pull request #543 from pret/mapdatahuderlem
Convert map data to JSON
2019-02-02Merge pull request #541 from Diegoisawesome/masterDiegoisawesome
Misc documentation
2019-02-02Document trainer backspritesDiegoisawesome
2019-01-31Convert map data to JSONMarcus Huderle
2019-01-29Misc. documentation and move some data into .c filesMarcus Huderle
2019-01-13Document and clean up trainer hillDizzyEggg
2019-01-13Decompile trainer hillDizzyEggg
2018-12-30Document some battle anims and helpersMarcus Huderle
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24Clear includesDizzyEggg
2018-12-23move data to cDizzyEggg
2018-12-21Review pokemon storage system chaangesDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-18Merge pull request #452 from Meowsy/pokemon-adding-easerDiegoisawesome
Add macros to simplify defining front animations and still pics.
2018-12-18Document return value.Meowsy
2018-12-17Remove magic numbers.Meowsy
2018-12-15Merge pull request #448 from Meowsy/pokedex-documentationMarcus Huderle
Pokedex Documentation
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-12-15Document various things relating to the Pokedex.Meowsy
2018-12-13Merge pull request #443 from Meowsy/misc-renamingsMarcus Huderle
Misc renamings.
2018-12-13Decompile battle_anim_8170478.c (#445)Marcus Huderle
2018-12-10Rename UnknownPokemonStruct to BattleTowerPokemon.Meowsy
2018-12-08Format pokemon.cnullableVoidPtr
2018-12-07Realign comments, clean tables in pokemon_animation.c and use ↵nullableVoidPtr
SPECIES_OLD_UNOWN_ defines
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-12-03Fix merge conflictsDizzyEggg
2018-12-03Make data easier to editDizzyEggg
2018-12-03fix brendan/may/wally consistency issuesMelody
2018-12-02add more consistent namesMelody
2018-11-18Document Battle PyramidDizzyEggg
2018-11-14Sort includes into alphabetical orderSlawter666
2018-11-12Document Battle PieDizzyEggg
2018-11-11Factory doneDizzyEggg
2018-10-26Merge branch 'master' into battle_towerDizzyEggg
2018-10-24battle tower, match sth and dumb loop instead of gotoDizzyEggg
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-10-16Port/decompile field_control_avatarDiegoisawesome
2018-10-14Document more of apprenticeDizzyEggg
2018-10-14Decompile apprenticeDizzyEggg
2018-10-13Merge record mixing, pokemon and global with apprenticeDizzyEggg
2018-09-20Label trainer hill battle typeDizzyEggg
2018-09-20Document some not labeled battle thingsDizzyEggg
2018-09-09Document trainer animations, correct unused table labellingTetrable
2018-09-01Fix the strings length issueDizzyEggg