Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-03 | Merge branch 'master' into doc-finalmisc | GriffinR | |
2021-11-03 | Merge pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-11-03 | Merge pull request #1534 from GriffinRichards/doc-btrans | GriffinR | |
Document battle transition | |||
2021-11-02 | Document files with a few remaining symbols | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-29 | Fix incorrect arguments on CopyRectToBgTilemapBufferRect | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-15 | Merge branch 'master' into doc-miscbattle | GriffinR | |
2021-10-13 | Add controller buffer constants, finish misc battle doc | GriffinR | |
2021-10-08 | Start misc battle documentation | GriffinR | |
2021-10-07 | Merge branch 'master' into doc-union | GriffinR | |
2021-10-07 | Rename GF Gname, Rfu, finish bulk of Union Room, more link doc | 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-15 | Doc storage - choose box menu, move wallpaper gfx | GriffinR | |
2021-04-09 | standardize "grey" to "gray" | Kurausukun | |
2021-03-03 | Document dodrio berry picking | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Document mail | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-02-24 | Use WINDOW_NONE constant | GriffinR | |
2021-02-22 | Merge pull request #1328 from GriffinRichards/doc-pokeuseitem | GriffinR | |
Document PokemonUseItemEffects | |||
2021-02-15 | Rename obedient/fatefulEncounter to eventLegal | Deokishisu | |
Per discussion on pret, `obedient`/`fatefulEncounter` has been renamed to `eventLegal`, and all related functions and constants have been modified with this in mind. Additionally, fixed some whitespace alignment issues in `script_cmd_table.h`, `pokemon.h`, and `tv.c` from the last commit. | |||
2021-02-15 | Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.h | Deokishisu | |
The giftRibbons field has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and Emerald, such as PokéCoupon storage and the flag for receiving Wishmaker Jirachi. The giftRibbon fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. The previous `fatefulEncounter` field was actually filler, and relabeled as such, while the obedient bit was renamed `fatefulEncounter`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2021-02-12 | Document PokemonUseItemEffects | GriffinR | |
2021-01-22 | Document battle_controller_player.c | GriffinR | |
2021-01-19 | Remove unused local variables and functions | GriffinR | |
2021-01-14 | Index sTMHMMoves | GriffinR | |
2021-01-04 | Remove unnecessary subtraction in switch | GriffinR | |
2020-12-10 | Merge remote-tracking branch 'upstream/master' into berry_crush | Kurausukun | |
2020-11-03 | Merge pull request #1189 from aaaaaa123456789/reverts | PikalaxALT | |
Undo PokeCodec's PRs and port changes | |||
2020-11-02 | Re-apply joypad macros (minus merge conflicts) | aaaaaa123456789 | |
2020-10-26 | Merge branch 'master' into reverts | aaaaaa123456789 | |
2020-10-21 | Eliminate goto in ItemUseCB_Medicine | Thomas Winwood | |
2020-10-01 | Replace POKEMON_SLOTS_NUMBER | GriffinR | |
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-13 | party_menu fakematch fix | Kaz | |
2020-09-04 | Switch to button macros | PokeCodec | |
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-07-28 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-24 | Change signedness and add casts to avoid implicit conversion warnings | PokeCodec | |
2020-07-15 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-07-08 | Merge branch 'master' of https://github.com/pret/pokeemerald into ↵ | GriffinR | |
add-flagvarsave | |||
2020-07-08 | Merge branch 'master' into doc-overworld | GriffinR | |
2020-06-24 | Allow flag/var counts to be updated alongside values | GriffinR | |