summaryrefslogtreecommitdiff
path: root/src/start_menu.c
AgeCommit message (Collapse)Author
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
2019-03-30through sub_8018798PikalaxALT
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-03-02Clean up the last extern functionsPhlosioneer
2019-03-01Reduce externsPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-26Fix backwards namesPhlosioneer
2019-02-26Merge branch 'master' into multiplayer-stuffPhlosioneer
2019-02-26Incorporate feedbackPhlosioneer
2019-02-22Document the weather state functionsPhlosioneer
All weather types are now documented (including WEATHER_15)
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-21Improve window palette macrosPhlosioneer
2019-02-18Clean up mistakes and bad formattingPhlosioneer
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-10Reverse engineered many of the multiplayer eventsPhlosioneer
Some corrections to the way events are handled and identified.
2019-02-10Done documenting link code in overworld.cPhlosioneer