summaryrefslogtreecommitdiff
path: root/src/pokemon_summary_screen.c
AgeCommit message (Collapse)Author
2019-10-25Document party_menu first passGriffinR
2019-10-02Merge pull request #823 from GriffinRichards/constants-strconvPikalaxALT
Use STR_CONV constants
2019-09-30Use STR_CONV constantsGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-25Removed 'Summary_' prefix.Ariel Antonitis
2019-09-25Fixed typo.Ariel Antonitis
2019-09-25Relabeled unknown functions in `pokemon_summary_screen.c`Ariel Antonitis
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-05-16use ability num instead of alt abilityDizzyEggg
2019-04-05Clean up data headersDizzyEggg
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Actually change the variable name this timePhlosioneer
2019-03-04Removed PREV and NEXT macros, changed summary namePhlosioneer
2019-03-03Fix merge issuePhlosioneer
2019-03-03Merge branch 'master' into summary-screen-macrosPhlosioneer
2019-03-03Use macros for summary windowsPhlosioneer
Other minor changes and fixes are included
2019-03-03Bugfixes from #591Phlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Missed some fill valuesPhlosioneer
Must have forgotten to check FillWindowPixelRect.
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-23Moved ALIGNED(4) from extern to unknown struct.Ariel Antonitis
2019-02-23Removed unused filler by aligning adjacent variablesAriel Antonitis
2019-02-23Documented/polished pokemon_summary_screen.cAriel Antonitis
Mostly variables mislabeled as global and some formerly unknown stuff.
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
2019-02-07Document battle factory functionsMarcus Huderle
2019-02-04Some more labellingSlawter666
2019-02-04More documentationSlawter666
2019-02-04Label some more functionsSlawter666
2019-02-02Label some summary screen functionsSlawter666
2019-01-08Rename non-mapsec constantsDiegoisawesome
2018-12-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-29Documentation for pokemon_summary_screens.cPALPATlNE
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25Merge remote-tracking branch 'pret/master' into tradeDiegoisawesome
2018-12-25use max mon moves constant where able (#480)melthelesbian
* use max mon moves constant where able * fix errors in script commands file * fix more errors
2018-12-24asm party and fldeff clean-upDizzyEggg
2018-12-24Clear includesDizzyEggg
2018-12-20Merge with masterDizzyEggg
2018-12-19one line cleanup in summary_screengolem galvanize
2018-12-18Fix compressed palette alignmentDiegoisawesome
2018-12-18finish party_menugolem galvanize
2018-12-173.5 asm leftDizzyEggg
2018-12-15Up to sub 0x80ce580DizzyEggg
2018-12-10Document PSS functionsDizzyEggg
2018-12-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-06Fix alloc.c as per #386, define INVALID_ constants and rename malloc to ↵nullableVoidPtr
alloc as per #325 Some of the INVALID_ are likely erroneously placed, due to lack of documentation
2018-11-07Fix incorrect compressed types, part 2Diegoisawesome
2018-11-01Finish frontier utilDizzyEggg