Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-10 | Sync/update trainer classes | GriffinR | |
2022-01-01 | Fix party size calculations for larger-than-six PARTY_SIZE | Luke Hubmayer-Werner | |
2021-11-19 | Sync global | GriffinR | |
2021-09-13 | Add fix to disallow negative current HP values | SatoMew | |
2021-08-19 | Use SHINY_ODDS where necessary | Sewef | |
2021-05-03 | Refactor some field effect graphics | PikalaxALT | |
2021-04-04 | Document Pokemon Summary Screen, 1 | PikalaxALT | |
2021-03-18 | Document ShouldIgnoreDeoxysForm, 2 | PikalaxALT | |
2021-03-18 | Document ShouldIgnoreDeoxysForm | PikalaxALT | |
2021-03-18 | <minor> Fix visual alignment in sFriendshipEventDeltas | PikalaxALT | |
2021-03-18 | Document and refactor AdjustFriendship | PikalaxALT | |
2021-03-18 | Fix faulty search&replace | PikalaxALT | |
2021-03-18 | Finish syncing pokemon.c with emerald | PikalaxALT | |
2021-03-18 | Sync DRAW_SPINDA_SPOTS from pokeemerald | PikalaxALT | |
2021-03-18 | Sync EVO_MODE consts from emerald | PikalaxALT | |
2021-03-17 | Fix accidental ++ deletion | PikalaxALT | |
2021-03-16 | Document item use functions in pokemon.c | PikalaxALT | |
2021-03-16 | Name nullsubs in battle ctlrs | PikalaxALT | |
2021-03-15 | battle_gfx_sfx_util sync emerald names to unnamed syms | PikalaxALT | |
2021-03-14 | Document more symbols in battle | PikalaxALT | |
2021-03-10 | Fix Typos / Use Box Constants | Deokishisu | |
The Celadon City scripts that give Eevee misspelled it as Eeevee. Fixed. The comment explaining `boxRSEggsUnlocked` in the `ExternalEventFlags` struct had an incorrect deposit requirement listed and was fixed. Also, replaced the literals with the `TOTAL_BOXES_COUNT` and `IN_BOX_COUNT` constants in `pokemon.c`'s `IsPokemonStorageFull` function. Thanks hjk321 for pointing that out. | |||
2021-02-22 | Fix storage magic numbers | hjk321 | |
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?! | |||
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | Deokishisu | |
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-01-29 | Use trainer constants in flags, automatically update flags/vars count | GriffinR | |
2021-01-08 | Fix Egregious Magic Numbers in GetBattleBGM | Deokishisu | |
Whoever originally decomped this function must've been really fed up with this file. Renamed GetMUS_ForBattle to GetBattleBGM to be consistent with pokeemerald. This entire function was magic numbers, so I replaced them with the appropriate constants. | |||
2020-10-11 | Fix hang when releasing after adding new moves | GriffinR | |
2020-05-01 | document battle_message.c | Evan | |
2020-04-08 | Clean up includes | PikalaxALT | |
2020-03-21 | through sub_811D5C0 | PikalaxALT | |
2020-03-13 | through sub_8090FC4 | PikalaxALT | |
2020-03-11 | Port PSS utility functions | PikalaxALT | |
2020-02-01 | sCombinedMoves | PikalaxALT | |
2020-01-25 | Address review comments | PikalaxALT | |
2020-01-24 | PLAYER_NAME_LENGTH to 7 | PikalaxALT | |
2020-01-23 | Normalize union room UnkStruct arrays; remove STAT_STAGE_ defines | PikalaxALT | |
2020-01-19 | Address review comments | PikalaxALT | |
2020-01-16 | Document Pokemon Tower scripts | GriffinR | |
2020-01-14 | Document Cerulean City scripts | GriffinR | |
2019-12-20 | Merge level-up learnsets | PikalaxALT | |
2019-11-24 | Merge pull request #160 from jiangzhengwenjz/party_menu | PikalaxALT | |
party_menu | |||
2019-11-23 | Address review comments | PikalaxALT | |
2019-11-23 | battle_message 2 | PikalaxALT | |
2019-11-24 | party_menu fourth quarter | jiangzhengwenjz | |
2019-11-20 | Port evolution_scene | PikalaxALT | |
2019-11-19 | Merge pull request #158 from jiangzhengwenjz/nonmatching | PikalaxALT | |
real match OakSpeechNidoranFSetup | |||
2019-11-19 | OakSpeechNidoranFSetup | jiangzhengwenjz | |
2019-11-09 | fire; update constants | jiangzhengwenjz | |
2019-11-04 | Battle message buffers; review comments | PikalaxALT | |
2019-11-04 | Decomp hall_of_fame | PikalaxALT | |
2019-10-28 | port shedinja_maker_maybe; resolve within-array party pointers | PikalaxALT | |