summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2017-06-17Decompile map object data (nonmatching wip 1)PikalaxALT
2017-06-16Decompile remaining Pokemon data into c objectsscnorton
2017-06-16Convert level up learnset pointers to c arrayscnorton
2017-06-16Convert evolution table to c objectsscnorton
2017-06-16Convert level up learnsets to c objectsscnorton
2017-06-16Convert base stats to c objectsscnorton
2017-06-16Convert experience tables into c objectsscnorton
2017-06-16Convert trainer class and cry lookup tables to c objectsscnorton
2017-06-16Convert TM/HM learns to c object (to-do: make definition of TM/HM learns ↵scnorton
more user-friendly)
2017-06-16Convert nature stat table to c objectscnorton
2017-06-16Convert item effects into c objectsscnorton
2017-06-16Convert spinda spot graphics to c objectsscnorton
2017-06-16Convert species id conversion tables to C objectsscnorton
2017-06-15Merge branch 'master' of https://github.com/pret/pokerubyProjectRevoTPP
2017-06-15move trig data to Ccamthesaxman
2017-06-15field_effect.c mergeProjectRevoTPP
2017-06-15move player_pc data to C file and do a lot of labelingProjectRevoTPP
2017-06-15fix merge conflictscamthesaxman
2017-06-15finish converting pokedex data to Ccamthesaxman
2017-06-14FILE MODES BrokeBackPikalaxALT
2017-06-14Merge branch 'master' of github.com:pret/pokerubyPikalaxALT
2017-06-14convert some data to Ccamthesaxman
2017-06-14mergeProjectRevoTPP
2017-06-13Merge branch 'decoration_inventory'PikalaxALT
2017-06-13Merge branch 'decoration' into decoration_inventoryPikalaxALT
2017-06-13Merge branch 'field_effect'PikalaxALT
2017-06-13Decoration inventory dataPikalaxALT
2017-06-13Finish converting data/decoration.s to C objectsscnorton
2017-06-13data/decoration.s, 3PikalaxALT
2017-06-12data/decoration.s, 2PikalaxALT
2017-06-12data/decoration.s, 1PikalaxALT
2017-06-12Convert data/decorations.inc to CPikalaxALT
2017-06-12Convert data/field_effect.s to CPikalaxALT
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-06-09more player_pc.c labelingProjectRevoTPP
2017-06-09cleanup player_pc.cProjectRevoTPP
2017-05-21Name some functionsNieDzejkob
2017-05-15Disassemble a function called by the secret base clearing routinePikalaxALT
2017-05-12remove unknowns from birch_pc.cProjectRevoTPP
2017-05-09file renamingYamaArashi
2017-05-09name more functionsYamaArashi
2017-05-08Decompile battle interface (#281)Cameron Hall
* start decompiling * more decompilation * sub_8044804 refuses to match. moving on... * decompile sub_80451A0 * more decompilation * finish decompiling * clean up a bit * remove trailing whitespace and change tabs to spaces
2017-05-08decompile roamer.sYamaArashi
2017-05-07finish decompiling pokemon_3YamaArashi
2017-05-07decompile more pokemon functionsYamaArashi
2017-05-07decompile battle music and pokemon palette functionsYamaArashi
2017-05-04split more from data2.sYamaArashi
2017-05-04rename extension of included .s files to .inccamthesaxman
2017-05-04decompile time_eventsYamaArashi
2017-05-03remove the last of the baserom calls.ProjectRevoTPP