summaryrefslogtreecommitdiff
path: root/src/start_menu.c
AgeCommit message (Collapse)Author
2021-11-09Merge branch 'master' into doc-binterfaceGriffinR
2021-11-08Merge pull request #1542 from GriffinRichards/doc-menuGriffinR
Document menu
2021-11-08Document remainder of save.cGriffinR
2021-11-05Use relevant constants for BlendPalettessphericalice
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-04Finish menu documentationGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Start remaining menu documentationGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-11-03Merge branch 'master' into doc-finalmiscGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-27Document field player functionscbt6
2021-08-24Removed trailing spaces in the most relevant filesLOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2021-04-10Merge pull request #1398 from GriffinRichards/doc-fieldGriffinR
Document field
2021-04-09standardize "grey" to "gray"Kurausukun
2021-04-06Document fieldmapGriffinR
2021-03-22A few labels in party, start, option menusGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-01-26Document object lock and some trainer approachGriffinR
2021-01-04Fix sPyramindFloorNames typoGriffinR
2020-11-02Re-apply joypad macros (minus merge conflicts)aaaaaa123456789
2020-09-13Undo PokeCodec's PRsaaaaaa123456789
This commit undoes most of PokeCodec's PRs after the debate in chat. Some harmless or completely superseded PRs have been left alone, as there is not much benefit in attempting to undo them. Reverts #1104, #1108, #1115, #1118, #1119, #1124, #1126, #1127, #1132, #1136, #1137, #1139, #1140, #1144, #1148, #1149, #1150, #1153, #1155, #1177, #1179, #1180, #1181, #1182 and #1183.
2020-09-04Switch to button macrosPokeCodec
2020-08-25Start documenting rayquaza_sceneGriffinR
2020-07-24Change signedness and add casts to avoid implicit conversion warningsPokeCodec
2020-06-10Second pass on documenting union roomGriffinR
2020-06-08Some link rfu cleanup / link.c documentationGriffinR
2020-06-06Document cable_club.cGriffinR
2020-03-09Document pokedex.cGriffinR
2020-02-12Merge branch 'master' of https://github.com/pret/pokeemerald into fix-eventobjGriffinR
2020-02-08Document Trainer CardGriffinR
2020-01-12Merge branch 'master' into fix-eventobjGriffinR
2020-01-12Clean up some of save.cGriffinR
2020-01-08Merge master into ObjEvent rename and prune accidental inclusionsGriffinR
2019-12-25Merge pull request #936 from GriffinRichards/doc-towerhuderlem
Document Battle Tower scripts
2019-12-21Merge master into ObjEvent renameGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-18Merge branch 'master' into fix-eventobjGriffinR
2019-12-17Merge master into doc-towerGriffinR
2019-12-17Document Battle Tower scriptsGriffinR
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-15Merge master into ObjEvent renameGriffinR
2019-12-14Document Battle Pyramid scriptsGriffinR
2019-12-06Rename event_obj_lock to event_object_lockGriffinR
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-07Document pc.inc and prof_birch.incGriffinR
2019-04-04RGB ConstantsPhlosioneer
2019-03-31Document mystery_giftPikalaxALT