summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Match Most of Remaining FunctionsPokeCodec
2020-08-31Merge pull request #357 from GriffinRichards/fix-typoGriffinR
Fix Fuchsica typo
2020-08-31Fix Fuchsica typoGriffinR
2020-08-31Merge pull request #356 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-29Give songs meaningful english namesGriffinR
2020-08-25Merge pull request #354 from GriffinRichards/add-nonmatchGriffinR
Wrap asm statements in NONMATCHING
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-17Merge pull request #350 from PokeCodec/matchingtransitionPikalaxALT
Match sub_80D1F64
2020-08-17Match sub_80D1F64PokeCodec
2020-07-10Merge pull request #347 from pret/map-preview-bugfixPikalaxALT
Bugfix for access violation in MapPreview_CreateMapNameWindow
2020-07-10Bugfix for access violation in MapPreview_CreateMapNameWindowPikalaxALT
2020-07-08Merge pull request #346 from luckytyphlosion/masterPikalaxALT
Match (almost) all of pokemon_summary_screen.c
2020-07-08Fix sub_8137C18 nonmatching.luckytyphlosion
2020-07-08Remove cgrep.sh and hgrep.shluckytyphlosion
Will be added in another PR.
2020-07-04Forgot to add some excludes to grep shell scripts.luckytyphlosion
2020-07-04Get rid of readelf.pyluckytyphlosion
Maybe I'll touch it up and submit it in another PR.
2020-07-04Apply static modifier to static functions in PSS.luckytyphlosion
2020-07-04Fix prefixes of static variables in PSS.luckytyphlosion
2020-07-04Declare some data as static.luckytyphlosion
2020-07-04Port over PSS data to src.luckytyphlosion
2020-07-04Get rid of manual sym defines in sym_ewram.txt and ld_script_modern.txtluckytyphlosion
2020-07-04pokemon_summary_screen.c, part 13.luckytyphlosion
2020-07-04pokemon_summary_screen.c, part 12.luckytyphlosion
2020-07-03pokemon_summary_screen.c, part 11.luckytyphlosion
2020-07-03pokemon_summary_screen.c, part 10.luckytyphlosion
2020-07-03pokemon_summary_screen.c, part 9.luckytyphlosion
2020-07-02pokemon_summary_screen.c, part 8.luckytyphlosion
2020-07-02pokemon_summary_screen.c, part 7.luckytyphlosion
2020-06-25pokemon_summary_screen.c, part 6.luckytyphlosion
2020-06-24pokemon_summary_screen.c, part 5.luckytyphlosion
2020-06-23pokemon_summary_screen.c, part 4.luckytyphlosion
2020-06-23pokemon_summary_screen.c, part 3.luckytyphlosion
Also commit hgrep.sh for searching in non-c files.
2020-06-14pokemon_summary_screen.c, part 2.luckytyphlosion
Also fix prototype of MenuHelpers_CallLinkSomething.
2020-06-14Initial work on pokemon_summary_screen.cluckytyphlosion
2020-06-13Merge branch 'master' of https://github.com/pret/pokefireredluckytyphlosion
2020-06-13Add missing text files to .gitattributes.luckytyphlosion
2020-06-13Add 0x to sym value for readelf.pyluckytyphlosion
2020-05-27Merge pull request #343 from Kurausukun/patch-2PikalaxALT
Fix compilation on gcc 10
2020-05-27Merge pull request #344 from Missingmew/masterPikalaxALT
Decompile unused decompress function, as seen in ruby
2020-05-27Merge pull request #342 from GriffinRichards/sync-mapdatasizePikalaxALT
Add MAX_MAP_DATA_SIZE alias
2020-05-27Merge pull request #341 from jiangzhengwenjz/gbagfxPikalaxALT
mute old clang diagnostic
2020-05-27Merge pull request #340 from GriffinRichards/doc-inconnectPikalaxALT
Label in_connection's field in ObjectEventTemplate
2020-05-27Merge pull request #339 from ghoulslash/fixesPikalaxALT
fix PLAYER_AVATAR_FLAG_WATERING
2020-05-27Merge pull request #337 from GriffinRichards/fix-scriptlabelPikalaxALT
Fix mislabeled starter script
2020-05-27Merge pull request #336 from ghoulslash/masterPikalaxALT
document battle_message.c
2020-05-21switch to pret short-types and tabs vs spacesMissingmew
2020-05-21Decompile unused decompress function, as seen in rubyMissingmew
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-18Fix compilation on gcc 10Kurausukun
2020-05-17Add MAX_MAP_DATA_SIZE aliasGriffinR