Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-03 | Improve egg hatch documentation | 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 | Add COPYWIN constants | GriffinR | |
2021-10-30 | Add font id constants | GriffinR | |
2021-10-24 | Document record mixing mail swap | GriffinR | |
2021-10-02 | Document summary screen sprite manager | GriffinR | |
2021-07-07 | Flatten pos fields in struct Sprite | PikalaxALT | |
2021-05-15 | Various BUGFIXes and UBFIXes | ExpoSeed | |
2021-04-28 | Merge pull request #1420 from GriffinRichards/doc-dataanims | GriffinR | |
Document battler affine anims, default pokeball throw | |||
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-20 | Document trade sequence animation, some trade cleanup | GriffinR | |
2021-02-24 | Add palette selection constants | GriffinR | |
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-01-07 | Use constants for max IVs & the random IV generation flag | SphericalIce | |
2020-09-19 | battle_gfx_sfx_util.c: Very annoying fakematch fix. | Kaz | |
daycare.c: -g eliminates the need for the brace hack. battle_transition.c: Fix Phase2_Ripple_Func2...? | |||
2020-08-20 | Give songs meaningful english names | GriffinR | |
2020-08-07 | Start documenting naming screen | GriffinR | |
2020-06-10 | Begin item_menu.c cleanup | Sierraffinity | |
2020-05-27 | Clear up misleading egg step name | GriffinR | |
2020-05-17 | Fix CreatedHatchedMon typo | GriffinR | |
2019-12-20 | Merge pull request #935 from GriffinRichards/doc-warp | Diegoisawesome | |
Document some warp/field screen effect | |||
2019-12-17 | Document some warp/field screen effect | GriffinR | |
2019-12-15 | Use fadescreen constants | GriffinR | |
2019-12-06 | Use ST_OAM constants for OamData definitions | GriffinR | |
2019-09-27 | Merge branch 'master' into gflib | PikalaxALT | |
2019-09-25 | Review changes for #817 | GriffinR | |
2019-09-25 | Document day_care.inc and related | GriffinR | |
2019-09-16 | Use MAX_MON_MOVES constants | GriffinR | |
2019-09-08 | Move gflib srcs and headers to gflib subdir | PikalaxALT | |
2019-08-30 | Use OTID constants for CreateMon | GriffinR | |
2019-06-26 | Fix/suppress warnings when building with gcc-8 | PikalaxALT | |
2019-04-07 | Merge branch 'master' into contest-ai-cleanup | Phlosioneer | |
2019-04-05 | Clean up data headers | DizzyEggg | |
2019-04-04 | RGB Constants | Phlosioneer | |
2019-03-17 | Merge remote-tracking branch 'upstream/master' into move-tutor | Marcus Huderle | |
# Conflicts: # include/pokenav.h # src/battle_script_commands.c | |||
2019-03-16 | Use constants for Oam .shape and .size fields | Phlosioneer | |
Also some general formatting fixes for constants. | |||
2019-03-16 | move pokemon graphics to mon-specific directories | garak | |
2019-03-08 | Merge branch 'master' into move-tutor | Phlosioneer | |
2019-03-03 | Fully document move_tutor (formerly learn_move) | Phlosioneer | |
2019-03-02 | Rename macro with correct name for pixel values | Phlosioneer | |
2019-02-26 | Merge branch 'master' into main-menu-state-machine | Phlosioneer | |
2019-02-22 | Document the weather state functions | Phlosioneer | |
All weather types are now documented (including WEATHER_15) | |||
2019-02-21 | Improve window palette macros | Phlosioneer | |
2019-02-11 | Document main_menu state machine, name window constants | Phlosioneer | |
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do. | |||
2018-12-31 | Merge branch 'master' of github.com:pret/pokeemerald into trade | Diegoisawesome | |
2018-12-27 | Misc overworld documentation | Marcus Huderle | |
2018-12-26 | Fix BgAttributes | DizzyEggg | |
2018-12-25 | Merge remote-tracking branch 'pret/master' into trade | Diegoisawesome | |