Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-15 | Generalize name of party slot without HP | GriffinR | |
2022-02-15 | Convert party menu slots to bin files | GriffinR | |
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-16 | Handle optional arguments for warp commands, add WARP_ID_NONE | GriffinR | |
2021-11-15 | Add PARTY_NOTHING_CHOSEN | GriffinR | |
2021-11-04 | Merge branch 'master' into doc-menu | GriffinR | |
2021-11-03 | Propagate BG_COORD constants | GriffinR | |
2021-11-03 | Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW | GriffinR | |
2021-11-03 | Start remaining menu documentation | GriffinR | |
2021-11-03 | Add COPYWIN constants | GriffinR | |
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 | |