Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-19 | port task00_mystery_gift matching from emerald | Kurausukun | |
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-16 | sync berry crush with emerald | Kurausukun | |
2021-03-14 | Merge pull request #402 from GriffinRichards/nonmatch-fix | PikalaxALT | |
Use global symbols for assembly on modern | |||
2021-03-14 | Use global symbols for assembly on modern | GriffinR | |
2021-03-13 | Merge pull request #401 from SethBarberee/emerald_backport_1 | GriffinR | |
Backport 2 nonmatching fixes from emerald | |||
2021-03-12 | backport 2 nonmatching fixes from emerald | Seth Barberee | |
2021-03-12 | Fix Son/Daughter name swap | GriffinR | |
2021-03-11 | Merge pull request #399 from Deokishisu/patch-1000 | GriffinR | |
Fix Typos / Use Box Constants / Name an Unknown | |||
2021-03-10 | Update calcrom ignore path | GriffinR | |
2021-03-10 | Use NONMATCHING on modern for gcc-arm-none-eabi | GriffinR | |
2021-03-10 | Sync Berry Fix makefiles with pokeemerald | GriffinR | |
2021-03-10 | Replace Travis CI with Github workflow | 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-03-03 | Merge pull request #398 from SethBarberee/patch-1 | GriffinR | |
Add -DINFO Option to Makefile | |||
2021-03-03 | Add -DINFO | Seth Barberee | |
Popped up in discord channel so adding it here | |||
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 #394 from GriffinRichards/calcrom100 | GriffinR | |
Celebratory change to calcrom.pl | |||
2021-02-19 | Celebratory change to calcrom.pl | GriffinR | |
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 | Merge pull request #392 from Deokishisu/ExternalEvents-doc | GriffinR | |
Mirror pokeemerald PR#1329 & PR#1335 to pokefirered | |||
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 | |
2021-02-14 | Merge pull request #391 from Deokishisu/movement_type-rename | GriffinR | |
Rename "Hidden" Movement Type to "Buried" | |||
2021-02-14 | Rename "Hidden" Movement Type to "Buried" | Deokishisu | |
This commit mirrors the change to pokeemerald that renames `MOVEMENT_TYPE_HIDDEN` to `MOVEMENT_TYPE_BURIED` to avoid confusion between it and `MOVEMENT_TYPE_INVISIBLE`. As the files and function labels are not synced between the two repos, only the necessary changes were made based on what pokefirered calls its functions. More syncing of labels with pokeemerald will need to be done in the future. | |||
2021-02-14 | Merge pull request #388 from GriffinRichards/constants-localids | GriffinR | |
Use more LOCALID constants | |||
2021-02-14 | Merge pull request #389 from Kurausukun/dexmatching | GriffinR | |
[LEAK-INFORMED] match the rest of pokedex_screen | |||
2021-02-12 | Merge pull request #390 from GriffinRichards/fix-constwarning | GriffinR | |
Fix warning about gMonPaletteTable section | |||
2021-02-12 | Fix warning about gMonPaletteTable section | GriffinR | |
2021-02-11 | words are hard | Kurausukun | |
2021-02-11 | fix whitespace, update dex category macro | Kurausukun | |
2021-02-11 | [LEAK-INFORMED] match the rest of pokedex_screen | Kurausukun | |
2021-02-10 | Use more LOCALID constants | GriffinR | |
2021-02-09 | Merge pull request #385 from Deokishisu/patch-3 | GriffinR | |
Fix Trainer Tower Magic Number | |||
2021-02-09 | Fix Trainer Tower Magic Number | Deokishisu | |
A magic number was missed that will lead to edited projects breaking the Trainer Tower if new map layouts are added. This commit fixes it. | |||
2021-02-05 | Merge pull request #384 from Deokishisu/patch-2 | GriffinR | |
Fix "Compatibility" Misspelling | |||
2021-02-05 | Fix "Compatibility" Misspelling | Deokishisu | |
Someone misspelled "compatibility" as "compatability" in pokeemerald and the error was brought over to pokefirered. | |||
2021-02-03 | Merge pull request #383 from Deokishisu/patch-2 | GriffinR | |
Fix Vermilion Gym Script Label Transposition Typos | |||
2021-02-03 | Fix TM34 Transposition Typo | Deokishisu | |
The script labels for being given TM34 from Lt. Surge are mistakenly typoed as TM43. This commit fixes this error. | |||
2021-02-01 | Merge pull request #382 from GriffinRichards/relativeconstants | GriffinR | |
Use trainer constants in flags, automatically update flags/vars count | |||
2021-01-29 | Use trainer constants in flags, automatically update flags/vars count | GriffinR | |
2021-01-19 | Merge pull request #380 from GriffinRichards/sync-scaninc | GriffinR | |
Sync tools with pokeemerald | |||
2021-01-19 | Fix modern ld_script | GriffinR | |