summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2017-06-26decompile up to sub_80BA800ProjectRevoTPP
2017-06-26sub_8069CB8PikalaxALT
2017-06-25Merge branch 'master' of https://github.com/pret/pokeruby into sound_check_menuProjectRevoTPP
2017-06-25start decompiling sound_check_menu.cProjectRevoTPP
2017-06-25Merge pull request #331 from PikalaxALT/field_map_obj_datayenatch
Field map obj data
2017-06-25Merge remote-tracking branch 'origin/master' into de/integrate-data-includesyenatch
Conflicts: asm/battle_anim_8137220.s asm-de/battle_message.s
2017-06-25Merge pull request #329 from camthesaxman/decompile_choose_partyyenatch
decompile choose_party
2017-06-24Make gfx matchMarijn van der Werf
2017-06-24conditionally include other fontMarijn van der Werf
2017-06-23Combine English and German data filesMarijn van der Werf
2017-06-23up through sub_80695E0PikalaxALT
2017-06-22Start decompiling field_tasks.sPikalaxALT
2017-06-21Merge remote-tracking branch 'origin/master' into field_specialsscnorton
2017-06-21Another batch of functions; last of the field specials datascnorton
2017-06-20Up through sub_810F424PikalaxALT
2017-06-20Blow through the glass workshop functionsPikalaxALT
2017-06-20Some elevator menu related functionsscnorton
2017-06-20Petalburg Gym field specialsscnorton
2017-06-20move data to C and introduce CompressedSpriteSheet and CompressedSpritePalettecamthesaxman
2017-06-19merge upstreamcamthesaxman
2017-06-19Battle labels named (#333)DizzyEggg
* Changed battle labels
2017-06-19MauvilleGymSpecial1PikalaxALT
2017-06-19SpawnBerryBlenderLinkPlayerSpritesPikalaxALT
2017-06-19Merge pull request #327 from camthesaxman/trig_datayenatch
convert trig data to C
2017-06-18Decompile field map object special anim subroutine pointer tablesPikalaxALT
2017-06-18Disassemble last of the data that isn't pointer tables in field_map_objPikalaxALT
2017-06-18Decompile odd-length arrays and metatile behavior pointer tablesPikalaxALT
2017-06-18Field map object callback pointersPikalaxALT
2017-06-17integrate datacamthesaxman
2017-06-17Decompile two s16[4]sPikalaxALT
2017-06-17Split field map object data into headers, using the original delineation as ↵PikalaxALT
a guide
2017-06-17Decompile all data in data/graphics/field_objects/*.incPikalaxALT
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