Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Shifts to mult in ShowBonus | GriffinR | |
2021-02-26 | Document pokemon jump | GriffinR | |
2021-02-24 | Clean up berry_fix_program | GriffinR | |
2021-02-24 | Clean up save_failed_screen | GriffinR | |
2021-02-24 | Document reset_rtc_screen | GriffinR | |
2021-02-24 | Fix comment typo | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
2021-02-24 | Document easy chat | GriffinR | |
2021-02-24 | Document mail | GriffinR | |
2021-02-24 | Use SPRITE_NONE constant | GriffinR | |
2021-02-24 | Use TASK_NONE constant | GriffinR | |
2021-02-24 | Clean up script.c | GriffinR | |
2021-02-24 | Use WINDOW_NONE constant | 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-22 | Merge pull request #1342 from sphericalice/heart-icon-palette-tag-constant | GriffinR | |
Use the field effects palette tag constant for the heart icon | |||
2021-02-22 | Use the field effects palette tag constant for the heart icon | SphericalIce | |
2021-02-22 | Add labels for cracked floor metatiles | SphericalIce | |
2021-02-21 | changing to use constants | Sahith Nallapareddy | |
2021-02-20 | Fix bike flag | HornedCrusader | |
2021-02-18 | Document pokenav ribbons summary screen | GriffinR | |
2021-02-18 | Document ribbon TV show, add new ribbon IDs/size | GriffinR | |
2021-02-17 | Some constant use in pokemon_icon.c | GriffinR | |
2021-02-17 | Use new gift ribbons size, label unused ribbons | GriffinR | |
2021-02-15 | Merge pull request #1329 from Kurausukun/fakematches | GriffinR | |
[LEAK-INFORMED] Resolve Fakematches | |||
2021-02-15 | Merge pull request #1324 from GriffinRichards/doc-sb | GriffinR | |
Document remainder of secret_base.c | |||
2021-02-15 | Update crt0.s | Deokishisu | |
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-14 | Merge pull request #1330 from sphericalice/hidden-to-buried | GriffinR | |
Rename 'hidden' Trainers/obj events to 'buried' | |||
2021-02-14 | Use RGB macros | SphericalIce | |
2021-02-14 | Rename 'hidden' Trainers/obj events to 'buried' | SphericalIce | |
2021-02-14 | Merge pull request #1326 from GriffinRichards/doc-layouts | GriffinR | |
Label unused layouts | |||
2021-02-14 | Merge pull request #1325 from GriffinRichards/constants-berrytree | GriffinR | |
Add berry tree id constants | |||
2021-02-14 | oops | Kurausukun | |
2021-02-14 | fix indentation | Kurausukun | |
2021-02-14 | [LEAK-INFORMED] remove fakematching comment | Kurausukun | |
it is in fact not a fakematch | |||
2021-02-14 | [LEAK-INFORMED] fix battle dome fakematching | Kurausukun | |
yes they actually fucking did this | |||
2021-02-12 | Document PokemonUseItemEffects | GriffinR | |
2021-02-12 | Added constant labels for EV manipulating item effects | LOuroboros | |
2021-02-08 | Merge pull request #1321 from GriffinRichards/doc-evoscene | GriffinR | |
Document evolution scene | |||
2021-02-08 | Merge pull request #1319 from GriffinRichards/crt0comm | GriffinR | |
Add comments for some data in crt0.s | |||
2021-02-08 | Label unused layouts | GriffinR | |
2021-02-07 | Merge pull request #1317 from opakedragon/master | GriffinR | |
Fix Spelling of BagMenu_RemoveBagItemMessageindow | |||
2021-02-05 | Add berry tree id constants | GriffinR | |
2021-02-05 | Use GAME_LANGUAGE instead of LANGUAGE_ENGLISH | GriffinR | |
2021-02-05 | Document secret_base.c | GriffinR | |
2021-02-05 | Merge pull request #1323 from LOuroboros/newCursorArea | GriffinR | |
newCurosrArea -> newCursorArea | |||
2021-02-05 | newCurosrArea -> newCursorArea | LOuroboros | |
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in the daycare-related files. This commit spells them correctly. |