summaryrefslogtreecommitdiff
path: root/src/daycare.c
AgeCommit message (Collapse)Author
2021-07-07Flatten pos fields in struct SpritePikalaxALT
2021-06-17change itemPrintFunc to use u32 instead of s32Kurausukun
2021-06-01re-add const to gEvolutionTable in daycare.cKurausukun
2021-05-31[LEAK-INFORMED] fix CreateShedinja fakematchKurausukun
2021-03-19Document remaining symbols in daycare.cPikalaxALT
2021-03-14Name symbols in battle_anim_special.cPikalaxALT
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokefireredDeokishisu
The `giftRibbons` field in `SaveBlock1` has been split out into proper subfields. The new ExternalEvent structs deal with interconnectivity between external games/peripherals and FRLG. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. 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 `eventLegal`. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. I still maintain that `eventLegal` is a misnomer and it should be called `fatefulEncounter` in all three repos.
2021-02-05Fix "Compatibility" MisspellingDeokishisu
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered.
2021-01-29Use trainer constants in flags, automatically update flags/vars countGriffinR
2020-08-29Give songs meaningful english namesGriffinR
2020-04-10Create COPYWIN defines for CopyWindowToVram callsPikalaxALT
2020-04-04Get pokefirered_modern to buildPikalaxALT
2020-03-28through sub_8056918PikalaxALT
2020-03-21through sub_811D5C0PikalaxALT
2020-03-11region_map.h to region_map_sections.hGriffinR
2020-03-10through NamingScreen_CreateRivalIconPikalaxALT
2020-02-22Move graphics.s through pokemon to srcGriffinR
2020-02-21Remove redundant include linesPikalaxALT
2020-01-25Address review commentsPikalaxALT
2020-01-25Finish union_room_chat_displayPikalaxALT
2020-01-24PLAYER_NAME_LENGTH to 7PikalaxALT
2020-01-20Document some misc small scriptsGriffinR
2019-12-19Match FireRed Rev1PikalaxALT
2019-11-23document some symbolsjiangzhengwenjz
2019-10-28Remove unused headerPikalaxALT
2019-10-27Disassemble trade dataPikalaxALT
2019-10-24Rename specials according to RubyPikalaxALT
2019-10-10Merge branch 'master' into battlejiangzhengwenjz
2019-10-09Rename song constants using Japanese sound test menuPikalaxALT
2019-10-08Finish main menu decompPikalaxALT
2019-10-08battle_anim_monsjiangzhengwenjz
2019-08-26Eliminate `struct TextColor` definition and usePikalaxALT
2019-07-07finished list_menujiangzhengwenjz
2019-06-28finished mail_datajiangzhengwenjz
2019-06-28Merge branch 'decompress' into miscjiangzhengwenjz
2019-06-28finished decompress (1 failed attempt)jiangzhengwenjz
2019-06-26through AddTextPrinterParameterized2()jiangzhengwenjz
2019-06-01Merge pull request #59 from garakmon/mon_spritesPikalaxALT
Move Mon Graphics
2019-05-30synchronize text printer function names with pokeemeraldgarak
2019-05-30Parametrized to Parameterizedgarak
2019-05-23move pokemon graphics to mon-specific directoriesgarak
2019-05-20text_windowPikalaxALT
2019-05-06egg_hatch as part of daycarePikalaxALT
2019-05-05DaycarePikalaxALT