summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)Author
2017-05-07decompile level-up and TM functionYamaArashi
2017-05-07decompile EV and pokerus functionsYamaArashi
2017-05-07Start decompiling easy_chatMarijn van der Werf
2017-05-07decompile AdjustFriendshipYamaArashi
2017-05-07decompile pokemon functionsYamaArashi
2017-05-06Decompile cycling field specialsMarijn van der Werf
2017-05-06Decompile CreatedHatchedMonMarijn van der Werf
2017-05-05decompile some pokemon functionsYamaArashi
2017-05-05Various German patchesMarijn van der Werf
2017-05-05some German differencesYamaArashi
2017-05-04decompile time_eventsYamaArashi
2017-05-03decompile a little more of player_pc.c and dump half of battle_anim data ↵ProjectRevoTPP
incbins (#254) * matching sub_813A280 and sub_813A4B4 * move data to item_use.c * slightly less ugly NewGameInitPCItems * more less ugly NewGameInitPCItems - Game Freak doesn't know how to use structs * decompile HandleQuantityRolling and sub_813A6FC * partially label and comment battle_anim.c * decompile sub_813A794 and sub_813A83C * minor comments on battle_anim.c * decompile up to GF shenanigans #14390 * up to GF shenanigans #38571 * dump half of battle_anim_80CA710.s incbins * dump most incbins from battle_anim_812C144.s * obj_rot_scal fixes * subsprite * i cant even identify byte arrays
2017-05-04Include field_effect dataMarijn van der Werf
2017-05-02easy chat baserom includesYamaArashi
2017-05-01Various includesMarijn van der Werf
2017-04-29(Almost) decompile util.s.yenatch
2017-04-19Decompile rom_8077ABC.syenatch
2017-04-17decompile smokescreen.sYamaArashi
2017-04-17decompile fldeff_sweetscent.sYamaArashi
2017-04-17Merge pull request #246 from marijnvdwerf/decompile/fldeff-softboiledYamaArashi
Decompile fldeff_softboiled
2017-04-17Decompile fldeff_softboiledMarijn van der Werf
2017-04-17decompile hof_pc.sYamaArashi
2017-04-08finish decompiling item_use.c (#244)ProjectRevoTPP
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script
2017-04-07decompile post_battle_event_funcsYamaArashi
2017-04-06split rom_81258BC.sProjectRevoTPP
2017-04-06split rom_810CBB4.s and elaborate on battle_party_menu rom mergeProjectRevoTPP
2017-04-06split out field_doortransition.sProjectRevoTPP
2017-04-06battle_interface.sProjectRevoTPP
2017-04-06split rom_800D42C.sProjectRevoTPP
2017-04-06add safety alignProjectRevoTPP
2017-04-06split out fldeff_flash.sProjectRevoTPP
2017-04-06split out use_pokeblock.s and battle_anim_8137220.sProjectRevoTPP
2017-04-06split out battle_tower.s and battle_tower dataProjectRevoTPP
2017-04-06fix newlinesProjectRevoTPP
2017-04-06split out roamer.sProjectRevoTPP
2017-03-22label changes for clarityProjectRevoTPP
2017-03-22start decompiling item_use.c againProjectRevoTPP
2017-03-19finish decompiling fldeff_cut.cProjectRevoTPP
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-03-18start decompiling fldeff_cut.cProjectRevoTPP
2017-03-18commit deleted filesProjectRevoTPP
2017-02-28remove script_pokemon_util_80F99CC from ld_script.txtProjectRevoTPP
2017-02-28finish decompiling script_pokemon_util_80F99CC except for sub_80F9FDCProjectRevoTPP
2017-02-28decompile more of script_pokemon_util_80F99CC.cProjectRevoTPP
2017-02-28start decompiling script_pokemon_util_80F99CC.cProjectRevoTPP
2017-02-24decompile more of shop.c (#237)ProjectRevoTPP
* start decompiling shop.c * decompile sub_80B30AC and BuyMenuDrawGraphics * decompile more of shop.c * formatting
2017-02-19fix libgcnmultiboot.s structYamaArashi
2017-02-19Annotate libgcnmultiboot.s (#235)slipstream/RoL
* Annotate libgcnmultiboot.s Having spent some days of reversing figuring out this protocol (it's different from the GBA BIOS one, however a couple of algorithms are used from it), I felt I should annotate the file in pokeruby further, now I know what most if it does. * Fix indentation * Really fix indentation >_>
2017-02-12start decompiling shop.c (#234)ProjectRevoTPP
2017-02-11contest incbinsYamaArashi