Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-01-19 | Move 'source' asm files to src | GriffinR | |
2021-01-19 | Sync mapjson with pokeemerald | GriffinR | |
2021-01-19 | Sync gbagfx with pokeemerald | GriffinR | |
2021-01-19 | Sync preproc with pokeemerald | GriffinR | |
2021-01-19 | Update Makefile for scaninc | GriffinR | |
2021-01-18 | Sync scaninc with pokeemerald | GriffinR | |
2021-01-08 | Merge pull request #377 from Deokishisu/master | GriffinR | |
Fix Egregious Magic Numbers in GetBattleBGM | |||
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. | |||
2021-01-07 | Merge pull request #376 from SatoMew/master | GriffinR | |
Document the unused battle strings for downpour and rain weather | |||
2021-01-01 | Document the unused battle strings for downpour and rain weather | SatoMew | |
2020-12-31 | Merge pull request #375 from GriffinRichards/deadname | GriffinR | |
Remove deadnaming, sync BgEvent | |||
2020-12-31 | Remove deadnaming, sync BgEvent | GriffinR | |
2020-12-31 | Merge pull request #374 from Deokishisu/patch-1 | GriffinR | |
Fix Missed Magic Numbers in main_menu.c | |||
2020-12-31 | Fix Missed Magic Numbers in main_menu.c | Deokishisu | |
There were two lines where magic numbers were used instead of the constant for MAIN_MENU_WINDOW_ERROR, so I filled them in. | |||
2020-11-27 | Merge pull request #371 from GriffinRichards/data-pokedex | GriffinR | |
Move pokedex_screen data from asm to C | |||
2020-11-27 | Merge pull request #373 from V-FEXrt/farfetchd | GriffinR | |
Rename farfetchd graphics to match define | |||
2020-11-26 | Rename farfetchd graphics to match define | Ashley Coleman | |
2020-11-15 | Merge pull request #372 from V-FEXrt/trainer_parties_variables | GriffinR | |
Rename unknown trainer party variables | |||
2020-11-12 | Rename unknown trainer party variables | Ashley Coleman | |
2020-11-12 | Fix modern build | GriffinR | |
2020-11-12 | Clean up pokedex screen text | GriffinR | |
2020-11-11 | Move pokedex_screen data from asm to C | GriffinR | |
2020-11-11 | Merge pull request #1 from pret/master | Ashley Coleman | |
Sync upstream | |||
2020-11-11 | Merge pull request #370 from V-FEXrt/pokedex-screen | GriffinR | |
Give meaningful names to globals in pokedex_screen.s | |||
2020-11-11 | Give meaningfull names to globals in pokedex_screen.s | Ashley Coleman | |
2020-11-02 | Merge pull request #368 from Kurausukun/match_m4a | GriffinR | |
Match FadeOutBody (ported from pokeemerald) | |||
2020-11-01 | Match FadeOutBody (ported from pokeemerald) | Kurausukun | |
2020-10-11 | Merge pull request #365 from GriffinRichards/moves-const | GriffinR | |
Fix hang when releasing after adding new moves |