Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | fakematch sub_805EE3C | Kurausukun | |
I have no idea why this won't actually match, but thanks to pidgey for figuring out this fakematch | |||
2021-03-19 | port moar fixes and documentation | Kurausukun | |
2021-03-18 | [LEAK-INFORMED] fix cut nonmatchings | Kurausukun | |
2021-03-18 | [LEAK-INFORMED] match InitObjectEventStateFromTemplate | Kurausukun | |
additionally, port range fixes from emerald as well as a couple other things | |||
2021-03-18 | Name all syms in battle_anim_mons | 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-18 | Document battle_anim_mons, 1 | PikalaxALT | |
2021-03-17 | Name undocced syms in battle_transition | PikalaxALT | |
2021-03-17 | Fix accidental ++ deletion | PikalaxALT | |
2021-03-16 | Document item use functions in pokemon.c | PikalaxALT | |
2021-03-16 | Document FRLG-unique vars in main.c | PikalaxALT | |
2021-03-16 | Name nullsubs in battle ctlrs | PikalaxALT | |
2021-03-16 | nvalidmons -> nValidMons | PikalaxALT | |
2021-03-16 | Remove unneeded pokedude macros | PikalaxALT | |
2021-03-16 | Document pokedude battle controller, 1 | PikalaxALT | |
2021-03-16 | battle_controller_link_partner sync labels from emerald | PikalaxALT | |
2021-03-16 | Battle controller opponent sync labels from emerald | PikalaxALT | |
2021-03-16 | sync berry crush with emerald | Kurausukun | |
2021-03-15 | Remove unused, unneeded fields from BattleHealthboxInfo | PikalaxALT | |
2021-03-15 | battle_gfx_sfx_util sync emerald names to unnamed syms | PikalaxALT | |
2021-03-15 | Sync new field name in BattleStruct | PikalaxALT | |
2021-03-15 | Document old man batttle controller | PikalaxALT | |
2021-03-15 | Use macro in BufferPartyVsScreenHealth_AtEnd | PikalaxALT | |
2021-03-15 | Revert HERE and USED macros | PikalaxALT | |
2021-03-14 | Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer | PikalaxALT | |
2021-03-14 | Merge pull request #402 from GriffinRichards/nonmatch-fix | PikalaxALT | |
Use global symbols for assembly on modern | |||
2021-03-14 | Document more symbols in battle | PikalaxALT | |
2021-03-14 | Use global symbols for assembly on modern | GriffinR | |
2021-03-14 | Name symbols in battle_anim_special.c | PikalaxALT | |
2021-03-13 | Merge branch 'master' of github.com:pret/pokefirered into battle_multi_buffer | PikalaxALT | |
2021-03-12 | backport 2 nonmatching fixes from emerald | Seth Barberee | |
2021-03-12 | More documentation in battle_main | PikalaxALT | |
2021-03-12 | Resolve link comm buffers in gBattleStruct | PikalaxALT | |
2021-03-12 | Fix Son/Daughter name swap | GriffinR | |
2021-03-10 | Use GENDER_COUNT Constants & Rename an Unknown in field_player_avatar.c | Deokishisu | |
`gUnknown_835B882` has been cleaned up and renamed to `sPlayerAvatarGfxToStateFlag` to match pokeemerald. | |||
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 | Merge pull request #396 from hjk321/storage-magic | GriffinR | |
Change embarassing magic numbers that should have been fixed a long time ago | |||
2021-02-22 | Fix storage magic numbers | hjk321 | |
I could *kinda* understand missing SendMonToPc, but IN THE STRUCT ITSELF?! | |||
2021-02-19 | Merge pull request #393 from Kurausukun/text_printer | GriffinR | |
[LEAK-INFORMED] match rest of text_printer | |||
2021-02-19 | oops forgot one | Kurausukun | |
2021-02-19 | remove redundant parentheses | Kurausukun | |
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-02-16 | [LEAK-INFORMED] match rest of text_printer | Kurausukun | |