summaryrefslogtreecommitdiff
path: root/src/pokemon
AgeCommit message (Collapse)Author
2017-12-17fix buildcamthesaxman
2017-12-13decompile sub_80ABEA0 - sub_80AC284camthesaxman
2017-12-12fail at decompiling sub_80ABCDCcamthesaxman
2017-11-28Merge pull request #485 from camthesaxman/mon_markings_dataCameron Hall
convert mon_markings data to C
2017-11-28mon_markings datacamthesaxman
2017-11-28convert mail data to Ccamthesaxman
2017-11-26fix merge conflictscamthesaxman
2017-11-26Fix some non-matching functions. Thanks camMarcus Huderle
2017-11-26Use song constants and 'mon' instead of 'pokemon'Marcus Huderle
2017-11-26Fix German buildMarcus Huderle
2017-11-26opponents, map_objects, hold_effects, game_stat, decorations, ↵camthesaxman
battle_move_effects constants
2017-11-26Cleanup pokemon_summary_screenMarcus Huderle
2017-11-26flag, vars, items constantscamthesaxman
2017-11-26Fix sprite data accessesMarcus Huderle
2017-11-26Move summary_screen data into srcMarcus Huderle
2017-11-26Migrate nature_names to src/data/textMarcus Huderle
2017-11-26Migrate move_descriptions to src/data/textMarcus Huderle
2017-11-26Fix some non-matchings and organize headerMarcus Huderle
2017-11-26Label the PokemonSummaryScreenStruct structs membersMarcus Huderle
2017-11-26Mostly done decompiling pokemon_summary_screenMarcus Huderle
2017-11-26Lots more pokemon_summary_screen decompilationMarcus Huderle
2017-11-26More pokemon_summary_screen decompilationMarcus Huderle
2017-11-26Decompile DrawExperienceProgressBar()Marcus Huderle
2017-11-26Start decompiling the second half of pokemon_summary_screenMarcus Huderle
2017-11-26abilities, songs, species constantscamthesaxman
2017-11-26rename rng.c to random.ccamthesaxman
2017-11-18change Sprite struct to use a data array instead of manual declares.ProjectRevoTPP
2017-11-15migrate text_window and reset_rtc_screen data to srcProjectRevoTPP
2017-11-14Merge branch 'data' of https://github.com/ProjectRevoTPP/pokeruby into dataProjectRevoTPP
2017-11-13migrate battle_message data to src (TODO, german)ProjectRevoTPP
2017-11-12Cleanup and document daycare.cMarcus Huderle
2017-11-11eliminate remaining RAM pointers in src/ProjectRevoTPP
2017-11-09depreciate use of shared_symsProjectRevoTPP
2017-11-06finish refactoring ewram defines into ewram.h.ProjectRevoTPP
2017-11-05move src/engine/ direct ewram calls to ewram.h.ProjectRevoTPP
2017-11-05move ewram.h includes in include/ to src files.ProjectRevoTPP
2017-11-05move ewram defines to ewram.h.ProjectRevoTPP
2017-11-04finish first wave of fixesProjectRevoTPP
2017-11-04more fixesProjectRevoTPP
2017-11-03BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixesProjectRevoTPP
2017-10-29change SetMonData and SetBoxMonData prototypesProjectRevoTPP
2017-10-29mergeProjectRevoTPP
2017-10-26put all C data headers in src/camthesaxman
2017-10-26also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constantscamthesaxman
2017-10-23recast fixes for SetMonData and SetBoxMonData.ProjectRevoTPP
2017-10-23use SPEED instead of SPD in mon data constantscamthesaxman
2017-10-10Add more party_menu documentationMarcus Huderle
2017-10-09Document part of menu setup struct and accompanying functionsMarcus Huderle
2017-10-09Document party menu handlers, text oam, and menu typesMarcus Huderle
2017-10-09Merge remote-tracking branch 'upstream/master' into party_menuMarcus Huderle