Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-27 | Add missing menu array counts | GriffinR | |
2021-12-28 | Move pokemon and easy chat constants to global, misc clean-up | GriffinR | |
2021-12-14 | Update trade.c | LOuroboros | |
2021-11-17 | Use specific name limits for string limit functions | GriffinR | |
2021-11-13 | Merge pull request #1549 from GriffinRichards/doc-binterface | GriffinR | |
Document remaining symbols in battle_interface, palette, and save | |||
2021-11-13 | Merge pull request #1547 from GriffinRichards/doc-sounddata | GriffinR | |
Clean up sound, add CRY_MODE constants | |||
2021-11-09 | Merge branch 'master' into doc-binterface | GriffinR | |
2021-11-08 | Document remainder of save.c | GriffinR | |
2021-11-07 | Disambiguate cry functions | 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 pull request #1536 from GriffinRichards/clean-braille | GriffinR | |
Add font id constants, better braille support | |||
2021-10-30 | Add font id constants | GriffinR | |
2021-10-27 | Label remaining symbols in graphics.c | GriffinR | |
2021-10-26 | Merge pull request #1525 from GriffinRichards/doc-recmix | GriffinR | |
Document remainder of Record Mixing | |||
2021-10-24 | Merge pull request #1519 from GriffinRichards/doc-mgift | GriffinR | |
Document Mystery Gift | |||
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-17 | Correct usage of MysteryEvent to MysteryGift | GriffinR | |
2021-10-17 | Clean up mevent2 | GriffinR | |
2021-10-16 | General mystery gift documentation, finish mystery gift client/server/scripts | GriffinR | |
2021-10-15 | Merge pull request #1511 from GriffinRichards/doc-union | GriffinR | |
Document link_rfu / Union Room | |||
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-10-05 | Continue misc link documentation, rename reset_save_heap | GriffinR | |
2021-10-02 | Document summary screen sprite manager | 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-15 | Document remaining functions in cable_club | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-04-26 | Merge pull request #1410 from GriffinRichards/doc-tradedata | GriffinR | |
Document trade sequence animation, some trade cleanup | |||
2021-04-20 | Document trade sequence animation, some trade cleanup | GriffinR | |
2021-04-18 | Merge branch 'master' into doc-pokemonstorage | GriffinR | |
2021-04-15 | Doc storage - choose box menu, move wallpaper gfx | GriffinR | |
2021-04-15 | More usage of DISPLAY constants | GriffinR | |
2021-03-29 | Merge branch 'master' into doc-introcred | GriffinR | |
2021-03-29 | Add MON_PIC_SIZE constant | GriffinR | |
2021-03-21 | Minor link cleanup | GriffinR | |
2021-03-12 | Nonmatching resoltuion | PikalaxALT | |
- Fix fakematch in Cmd_get_used_held_item - Remove `static` overrides in MODERN in four objects | |||
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Document mail | GriffinR | |
2021-02-24 | Merge pull request #1336 from GriffinRichards/giftribbons | GriffinR | |
Document some ribbon usage | |||
2021-02-22 | Merge pull request #1328 from GriffinRichards/doc-pokeuseitem | GriffinR | |
Document PokemonUseItemEffects | |||
2021-02-17 | Use new gift ribbons size, label unused ribbons | GriffinR | |
2021-02-15 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
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-02-05 | Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH | GriffinR | |
2021-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |