summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-23Merge pull request #242 from yenatch/masteryenatch
Build multiple versions at a time.
2017-03-22Merge remote-tracking branch 'origin/master'yenatch
Conflicts: Makefile
2017-03-22Build multiple versions at a time. Generated files go in build/.yenatch
2017-03-22Merge pull request #241 from ProjectRevoTPP/masteryenatch
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-22Merge branch 'master' of https://github.com/pret/pokerubyProjectRevoTPP
2017-03-22Merge pull request #240 from ProjectRevoTPP/masteryenatch
fix weird cases of ROM not matching
2017-03-22fix buildProjectRevoTPP
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-18label braille_puzzles.c event scriptProjectRevoTPP
2017-03-18rewrite, label, and document save.cProjectRevoTPP
2017-03-18move diploma data to CProjectRevoTPP
2017-03-18start decompiling fldeff_cut.cProjectRevoTPP
2017-03-18move strings to C fileProjectRevoTPP
2017-03-18move multichoice data to script_menu.cProjectRevoTPP
2017-03-18decompile script_pokemon_util_80C4BF0.cProjectRevoTPP
2017-03-18commit deleted filesProjectRevoTPP
2017-03-05replace phantom variable fix with proper fix.ProjectRevoTPP
2017-03-02fix weird cases of ROM not matchingProjectRevoTPP
2017-03-01Merge remote-tracking branch 'origin/master'ProjectRevoTPP
2017-03-01get sub_80F7CF4 a little closerProjectRevoTPP
2017-02-28decompile script_pokemon_util_80F99CC.c except for sub_80F9FDC (#238)ProjectRevoTPP
* start decompiling script_pokemon_util_80F99CC.c * formatting * decompile more of script_pokemon_util_80F99CC.c * finish decompiling script_pokemon_util_80F99CC except for sub_80F9FDC * remove script_pokemon_util_80F99CC from ld_script.txt
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-28formattingProjectRevoTPP
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-19define gFlashMemoryPresent in load_save.cYamaArashi
2017-02-19gFlashMemoryPresent variableYamaArashi
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
2017-02-11intro_credits_graphics incbinsYamaArashi
2017-02-11pokemon storage system incbinsYamaArashi
2017-02-11hall_of_fame baserom incbinsYamaArashi
2017-02-11rom_810CBB4 baserom incbinsYamaArashi
2017-02-11Merge pull request #233 from marijnvdwerf/incbinYamaArashi
Dump intro palettes
2017-02-11Dump intro palettesMarijn van der Werf
2017-02-10misc labels and memcpy/set cleanups (#232)ProjectRevoTPP
* some labels and enumerate player speeds * clear up speed enums * GetPlayerSpeed * oops * start decompiling mauville_old_man.c * formatting * decompile more of mauville_old_man.c * someone fix this please * formatting * make ROM build again * formatting again * make ROM match again * label, document, reorganize, and clean up battle_ai.c * move stuff to battle.h and get rid of battle_2000000 * various changes * labeling * minor labels and formatting * contest ai labels and misc stuff
2017-02-10credits and field_effect_helpers baserom incbinsYamaArashi
2017-02-10more baserom incbinsYamaArashi
2017-02-05shop incbinsYamaArashi
2017-02-05get rid of some baserom incbinsYamaArashi
2017-02-04decompile more of field_map_obj (#231)Cameron Hall
* decompile more code * decompile more of field_map_obj * decompile more of field_map_obj
2017-02-03Merge pull request #230 from camthesaxman/toolsYamaArashi
use std:: prefix and remove some unused functions
2017-02-03use std:: prefix and remove some unused functionscamthesaxman