summaryrefslogtreecommitdiff
path: root/src/main_menu.c
AgeCommit message (Collapse)Author
2021-09-12Replace incorrect instances of Mystery Gift with Mystery EventSatoMew
2021-06-28Match sub_806CF04PikalaxALT
2021-06-28Merge ewram[0] buffers used by battle interfacePikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2021-06-18Document image_processing_effects.cPikalaxALT
2020-09-01Make invisible a booleanPokeCodec
2020-08-29Give songs meaningful english namesGriffinR
2019-07-29Merge branch 'master' into modern_gccPikalaxALT
2019-07-28combine bg2.pal and blank_pal.palcamthesaxman
2019-06-26Make Ruby compile with gcc-8PikalaxALT
2018-06-20Use MUS_ prefix instead of BGM_ prefix for songsMarcus Huderle
2018-06-10Label move_tutor_menu.cMarcus Huderle
2018-05-21Standardize args to palette blend functionsMarcus Huderle
2018-02-18remove subdirectoriescamthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-06-09cleanup player_pc.cProjectRevoTPP
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-22Add data2 headerMarijn van der Werf
2017-05-22Remove duplicate strings.h declarationsMarijn van der Werf
2017-05-09use macros to set DISPCNT and BG*CNT registers (#286)Cameron Hall
* use macros to set DISPCNT and BG*CNT registers * add a few more
2017-05-05Various German patchesMarijn van der Werf
2017-04-27Sort includesMarijn van der Werf
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-27define more data in C (#219)Cameron Hall
* define some graphics data in C * define wild pokemon in C * use less #ifdefs * define data in berry.c
2017-01-22start decompiling naming_screencamthesaxman
2017-01-17Sort includesMarijn van der Werf
2017-01-17Move `gStringVar` declarations to text.hMarijn van der Werf
2017-01-05field_8 -> savedCallbackYamaArashi
2017-01-04more labels (#159)ProjectRevoTPP
* labels for tv.c and tv.s * match function prologue a little bit better * whoops * label and document lottery_corner.c * gSoftResetDisabled * add labels for main_menu.c * labels for metatile_behavior.c
2017-01-02event_data.cYamaArashi
2016-12-29add nonmatching cleaner code for mystery_event_menu.cYamaArashi
2016-12-02Pass struct array to PrintMenuItemsMarijn van der Werf
2016-12-02Reorganise main_menu.cMarijn van der Werf
2016-12-02[WIP] Extract all external function declarations to headers (#114)Marijn van der Werf
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
2016-11-04add functions to syscall.hYamaArashi
2016-10-24rename more functionsYamaArashi
2016-10-18name some graphics functionsYamaArashi
2016-10-02Merge pull request #53 from camthesaxman/refactorYamaArashi
clean up and document main_menu.c
2016-10-02clean up and document main_menu.ccamthesaxman
2016-10-02Change some plain numbers to defined constants (#51)camthesaxman
2016-10-02initial decompilation of some field system codeYamaArashi
2016-09-30use 'extern' to make it clearer which functions are defined elsewhereYamaArashi
2016-09-30clean up sound codeYamaArashi
2016-09-30menu.hYamaArashi
2016-09-29minor cleanup of birch speechYamaArashi
2016-09-29Refactor birch speech (#48)camthesaxman