summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
AgeCommit message (Collapse)Author
2022-03-03Improve egg hatch documentationGriffinR
2021-11-03Propagate BG_COORD constantsGriffinR
2021-11-03Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAWGriffinR
2021-11-03Add COPYWIN constantsGriffinR
2021-10-30Add font id constantsGriffinR
2021-10-24Document record mixing mail swapGriffinR
2021-10-02Document summary screen sprite managerGriffinR
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-05-15Various BUGFIXes and UBFIXesExpoSeed
2021-04-28Merge pull request #1420 from GriffinRichards/doc-dataanimsGriffinR
Document battler affine anims, default pokeball throw
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-20Document trade sequence animation, some trade cleanupGriffinR
2021-02-24Add palette selection constantsGriffinR
2021-02-15Rename obedient/fatefulEncounter to eventLegalDeokishisu
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-15Fix giftRibbons Field in SaveBlock1 & Relabel Gift Ribbons in pokemon.hDeokishisu
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-07Use constants for max IVs & the random IV generation flagSphericalIce
2020-09-19battle_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-20Give songs meaningful english namesGriffinR
2020-08-07Start documenting naming screenGriffinR
2020-06-10Begin item_menu.c cleanupSierraffinity
2020-05-27Clear up misleading egg step nameGriffinR
2020-05-17Fix CreatedHatchedMon typoGriffinR
2019-12-20Merge pull request #935 from GriffinRichards/doc-warpDiegoisawesome
Document some warp/field screen effect
2019-12-17Document some warp/field screen effectGriffinR
2019-12-15Use fadescreen constantsGriffinR
2019-12-06Use ST_OAM constants for OamData definitionsGriffinR
2019-09-27Merge branch 'master' into gflibPikalaxALT
2019-09-25Review changes for #817GriffinR
2019-09-25Document day_care.inc and relatedGriffinR
2019-09-16Use MAX_MON_MOVES constantsGriffinR
2019-09-08Move gflib srcs and headers to gflib subdirPikalaxALT
2019-08-30Use OTID constants for CreateMonGriffinR
2019-06-26Fix/suppress warnings when building with gcc-8PikalaxALT
2019-04-07Merge branch 'master' into contest-ai-cleanupPhlosioneer
2019-04-05Clean up data headersDizzyEggg
2019-04-04RGB ConstantsPhlosioneer
2019-03-17Merge remote-tracking branch 'upstream/master' into move-tutorMarcus Huderle
# Conflicts: # include/pokenav.h # src/battle_script_commands.c
2019-03-16Use constants for Oam .shape and .size fieldsPhlosioneer
Also some general formatting fixes for constants.
2019-03-16move pokemon graphics to mon-specific directoriesgarak
2019-03-08Merge branch 'master' into move-tutorPhlosioneer
2019-03-03Fully document move_tutor (formerly learn_move)Phlosioneer
2019-03-02Rename macro with correct name for pixel valuesPhlosioneer
2019-02-26Merge branch 'master' into main-menu-state-machinePhlosioneer
2019-02-22Document the weather state functionsPhlosioneer
All weather types are now documented (including WEATHER_15)
2019-02-21Improve window palette macrosPhlosioneer
2019-02-11Document main_menu state machine, name window constantsPhlosioneer
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-31Merge branch 'master' of github.com:pret/pokeemerald into tradeDiegoisawesome
2018-12-27Misc overworld documentationMarcus Huderle
2018-12-26Fix BgAttributesDizzyEggg
2018-12-25Merge remote-tracking branch 'pret/master' into tradeDiegoisawesome