Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-29 | Fix an erroneous SPECIES_EGG in Unown code. | yenatch | |
2017-04-29 | (Almost) decompile util.s. | yenatch | |
2017-04-29 | remove equals sign | YamaArashi | |
2017-04-27 | Merge pull request #248 from marijnvdwerf/clean/sort-includes | YamaArashi | |
Sort includes | |||
2017-04-27 | Sort includes | Marijn van der Werf | |
2017-04-21 | Merge pull request #247 from yenatch/master | YamaArashi | |
Decompile rom_8077ABC.s | |||
2017-04-21 | Clean up rom_8077ABC.c | yenatch | |
2017-04-19 | Decompile rom_8077ABC.s | yenatch | |
2017-04-17 | decompile smokescreen.s | YamaArashi | |
2017-04-17 | don't delete cries | YamaArashi | |
2017-04-17 | decompile fldeff_sweetscent.s | YamaArashi | |
2017-04-17 | Merge pull request #246 from marijnvdwerf/decompile/fldeff-softboiled | YamaArashi | |
Decompile fldeff_softboiled | |||
2017-04-17 | Decompile fldeff_softboiled | Marijn van der Werf | |
2017-04-17 | decompile hof_pc.s | YamaArashi | |
2017-04-08 | finish 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-07 | fix map file name | YamaArashi | |
2017-04-07 | decompile post_battle_event_funcs | YamaArashi | |
2017-04-07 | add build/* to .gitignore | YamaArashi | |
2017-04-06 | split rom_81258BC.s data | ProjectRevoTPP | |
2017-04-06 | split rom_81258BC.s | ProjectRevoTPP | |
2017-04-06 | split rom_810CBB4 data | ProjectRevoTPP | |
2017-04-06 | split rom_810CBB4.s and elaborate on battle_party_menu rom merge | ProjectRevoTPP | |
2017-04-06 | split out field_doortransition.s | ProjectRevoTPP | |
2017-04-06 | battle_interface.s | ProjectRevoTPP | |
2017-04-06 | split rom_800D42C.s | ProjectRevoTPP | |
2017-04-06 | add safety align | ProjectRevoTPP | |
2017-04-06 | split out fldeff_flash.s | ProjectRevoTPP | |
2017-04-06 | split out use_pokeblock.s and battle_anim_8137220.s | ProjectRevoTPP | |
2017-04-06 | split out battle_tower.s and battle_tower data | ProjectRevoTPP | |
2017-04-06 | fix newlines | ProjectRevoTPP | |
2017-04-06 | split out roamer data | ProjectRevoTPP | |
2017-04-06 | split out roamer.s | ProjectRevoTPP | |
2017-03-23 | Merge pull request #242 from yenatch/master | yenatch | |
Build multiple versions at a time. | |||
2017-03-22 | Merge remote-tracking branch 'origin/master' | yenatch | |
Conflicts: Makefile | |||
2017-03-22 | Build multiple versions at a time. Generated files go in build/. | yenatch | |
2017-03-22 | Merge pull request #241 from ProjectRevoTPP/master | yenatch | |
decompile fldeff_cut.c, script_pokemon_util_80C4BF0.c, document save.c, move data to C files, decompile the next 3 functions in item_use.c, and a lot of labeling | |||
2017-03-22 | Merge branch 'master' of https://github.com/pret/pokeruby | ProjectRevoTPP | |
2017-03-22 | Merge pull request #240 from ProjectRevoTPP/master | yenatch | |
fix weird cases of ROM not matching | |||
2017-03-22 | fix build | ProjectRevoTPP | |
2017-03-22 | label changes for clarity | ProjectRevoTPP | |
2017-03-22 | start decompiling item_use.c again | ProjectRevoTPP | |
2017-03-19 | finish decompiling fldeff_cut.c | ProjectRevoTPP | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-03-18 | label braille_puzzles.c event script | ProjectRevoTPP | |
2017-03-18 | rewrite, label, and document save.c | ProjectRevoTPP | |
2017-03-18 | move diploma data to C | ProjectRevoTPP | |
2017-03-18 | start decompiling fldeff_cut.c | ProjectRevoTPP | |
2017-03-18 | move strings to C file | ProjectRevoTPP | |
2017-03-18 | move multichoice data to script_menu.c | ProjectRevoTPP | |
2017-03-18 | decompile script_pokemon_util_80C4BF0.c | ProjectRevoTPP | |