Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-11 | Move balls, shop, link, map popups, and bag out of interface | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-04 | Merge branch 'master' into doc-menu | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-08-24 | Removed trailing spaces in the most relevant files | LOuroboros | |
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-21 | Label swap line margin flag | GriffinR | |
2021-08-11 | Merge branch 'master' into doc-itemmenu2 | GriffinR | |
2021-08-10 | Document item menu | GriffinR | |
2021-08-02 | Merge branch 'master' into doc-playerpc | GriffinR | |
2021-08-02 | Document player pc | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-04-11 | Document pokeblock menu | GriffinR | |
2021-03-29 | Merge branch 'master' of https://github.com/pret/pokeemerald into fr_doc | Kurausukun | |
2021-03-21 | Minor link cleanup | GriffinR | |
2021-03-18 | port miscellaneous fr documentation | Kurausukun | |
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-09-13 | Undo PokeCodec's PRs | aaaaaa123456789 | |
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-04 | Removed excess parenthesis | PokeCodec | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-10-25 | Document party_menu first pass | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-06 | Document and cleanup some decoration code | Marcus Huderle | |
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-08 | Merge branch 'master' into extern-cleanup | Phlosioneer | |
2019-03-02 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-03-02 | Eliminate more externs | Phlosioneer | |
2019-02-22 | Give window drawing functions better names | Phlosioneer | |
2019-02-10 | Done documenting link code in overworld.c | Phlosioneer | |
2018-12-31 | Start porting/decompiling roulette | Diegoisawesome | |
2018-12-17 | 3.5 asm left | DizzyEggg | |
2018-11-06 | Merge remote-tracking branch 'pret/master' into script_menu | Diegoisawesome | |
2018-11-06 | Begin cleaning text.c | Diegoisawesome | |
2018-11-05 | r5/r6 swap on sub_80E2578 | Diegoisawesome | |
2018-10-21 | Fix LZ compressed data alignment | Diegoisawesome | |
2018-09-10 | Standardize sprite visibility to boolean | Diegoisawesome | |
2018-09-08 | Standartize AddTextPrinterParametrized functions, | DizzyEggg | |
2018-08-12 | Prepare learn_move for merge | Diegoisawesome | |
2018-05-15 | decompile menu helpers | DizzyEggg | |
2018-05-14 | start menu helpers decomp | DizzyEggg | |