summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-03split berry, trainer, and pokemon datagarak
2018-10-02graphics datagarak
2018-09-29Merge remote-tracking branch 'upstream/master' into battle-anim-labelsgarak
2018-09-29Add support for gbafixaplumafreak500
2018-09-27ANIM_TAG definesgarak
2018-09-25Merge pull request #692 from garakmon/battle-anim-dataMarcus Huderle
Battle anim data
2018-09-260xxffff tinggarak
2018-09-25renaming things, fix battle_anim_scripts.sgarak
2018-09-25document some battle anims (credit Citron)garak
2018-09-25battle_anim_813F0F4 data to Cgarak
2018-09-25finish battle_anim_812C144 datagarak
2018-09-25decompile battle_anim_812C144.s datagarak
2018-09-24second arg of sub_8078764 is bool8garak
2018-09-24Merge pull request #652 from garakmon/iceMarcus Huderle
Decompile ice.s
2018-09-23add g to global sprite templates, remove pluralsgarak
2018-09-23label most ice anim functionsgarak
2018-09-23Merge pull request #690 from Kermalis/masterMarcus Huderle
Renaming cry table voicegroups
2018-09-22Renaming cry voicegroupsKermalis
2018-09-20Merge pull request #1 from pret/masterKermalis
Pulling master commits
2018-09-19Add defines for tile, metatile, and palette countMarcus Huderle
2018-09-17Match sub_80A4548()Marcus Huderle
2018-09-16Re-dump tileset images as RGB-indexed, rather than greyscaleMarcus Huderle
2018-09-15Merge pull request #687 from Kermalis/masterMarcus Huderle
Updated changes from #380
2018-09-15Voicegroups need namesKermalis
2018-09-15mid2agb changes from #380Kermalis
https://github.com/pret/pokeruby/pull/380
2018-09-13Merge pull request #681 from who-knows-who/flyingMarcus Huderle
Flying
2018-09-13slight tidyingwho-knows-who
2018-09-12Use spritesheets for event object and field effect pics (#686)Marcus Huderle
Use spritesheets for event object pics
2018-09-12Match a few NONMATCHINGs, document some NONMATCHINGs.luckytyphlosion
1 non-trivial NONMATCHING matched. 2 matched with trivial asm();. 2 false NONMATCHINGs matched. 2 matched with register hacks.
2018-09-11Update scaninc and preproc with multi-file incbins (ported from pokeemerald) ↵Marcus Huderle
(#685)
2018-09-11Decompile atkC1_hiddenpowercalc (#682)Doesnty
2018-09-06Add ability to specify metatile dimensions to gbagfx (#684)Marcus Huderle
2018-08-27Match two functions in flying.cMarcus Huderle
2018-08-28Merge branch 'master' of github.com:pret/pokeruby into flyingwho-knows-who
2018-08-28Decompile flying.swho-knows-who
So far: matching - 27 fakematching - 1 nonmatching - 5
2018-08-26Add Defines for Pokedex Related Numbers and Fixed Comment in birch_pc.c (#680)ultima-soul
* Changed pokedex_orders.h to use defines from species.h * Fixed leading white space by converting tabs to 4 spaces. * Removed comments as they are redundant. * Added German comments back. * Added defines for Pokedex Count and Species Count related numbers * Fix a comment in birch_pc.c * Added HOENN_DEX_COUNT to birch_pc.
2018-08-23non match a couple, split gUnknown_083D9DC4garak
2018-08-22 Changed pokedex_orders.h to use defines from species.h (#679)ultima-soul
* Changed pokedex_orders.h to use defines from species.h * Fixed leading white space by converting tabs to 4 spaces. * Removed comments as they are redundant. * Added German comments back.
2018-08-20Decompile even even more pokenavMarcus Huderle
2018-08-19Merge remote-tracking branch 'upstream/master' into iceMarcus Huderle
2018-08-19Match sub_80D8AF8() and cleanup other codeMarcus Huderle
2018-08-19Decompile more pokenavMarcus Huderle
2018-08-18clean up pr, declare static functionsgarak
2018-08-18Decompile more pokenavMarcus Huderle
2018-08-17oops, comment broken functiongarak
2018-08-17more decomp of ice (4 remaining)garak
2018-08-17Decompile more pokenavMarcus Huderle
2018-08-16Decompile even more pokenavMarcus Huderle
2018-08-15Decompile more of pokenavMarcus Huderle
2018-08-15Add the .sgm file format to .gitignoreLOuroboros
This format represents VisualBoyAdvance's "save game" files. Since it's currently not being filtered out by .gitignore, this kind of files could be sent to a GitHub Repository via git push accidentally, which is why I suggest this change.