summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
AgeCommit message (Collapse)Author
2022-01-11Move balls, shop, link, map popups, and bag out of interfaceGriffinR
2021-11-16Handle optional arguments for warp commands, add WARP_ID_NONEGriffinR
2021-11-04Merge branch 'master' into doc-menuGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-02Document files with a few remaining symbolsGriffinR
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-08-21Label swap line margin flagGriffinR
2021-08-11Merge branch 'master' into doc-itemmenu2GriffinR
2021-08-10Document item menuGriffinR
2021-08-02Merge branch 'master' into doc-playerpcGriffinR
2021-08-02Document player pcGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-04-23Document Battle Pyramid BagGriffinR
2021-04-11Document pokeblock menuGriffinR
2021-03-29Merge branch 'master' of https://github.com/pret/pokeemerald into fr_docKurausukun
2021-03-21Minor link cleanupGriffinR
2021-03-18port miscellaneous fr documentationKurausukun
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-04Removed excess parenthesisPokeCodec
2020-09-04Switch to button macrosPokeCodec
2020-06-10Begin item_menu.c cleanupSierraffinity
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-10-25Document party_menu first passGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-06Document and cleanup some decoration codeMarcus Huderle
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-08Merge branch 'master' into extern-cleanupPhlosioneer
2019-03-02Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-03-02Eliminate more externsPhlosioneer
2019-02-22Give window drawing functions better namesPhlosioneer
2019-02-10Done documenting link code in overworld.cPhlosioneer
2018-12-31Start porting/decompiling rouletteDiegoisawesome
2018-12-173.5 asm leftDizzyEggg
2018-11-06Merge remote-tracking branch 'pret/master' into script_menuDiegoisawesome
2018-11-06Begin cleaning text.cDiegoisawesome
2018-11-05r5/r6 swap on sub_80E2578Diegoisawesome
2018-10-21Fix LZ compressed data alignmentDiegoisawesome
2018-09-10Standardize sprite visibility to booleanDiegoisawesome
2018-09-08Standartize AddTextPrinterParametrized functions,DizzyEggg
2018-08-12Prepare learn_move for mergeDiegoisawesome
2018-05-15decompile menu helpersDizzyEggg
2018-05-14start menu helpers decompDizzyEggg