Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2020-10-11 | Fix hang when releasing after adding new moves | GriffinR | |
2020-09-28 | Merge pull request #364 from Kurausukun/audio_macros | GriffinR | |
Update Audio Macros | |||
2020-09-27 | update audio macros | Kurausukun | |
2020-09-23 | Merge pull request #362 from Kurausukun/rename_instruments | GriffinR | |
rename instruments (again) | |||
2020-09-23 | rename instruments (again) | Kurausukun | |
Mirroring the change made in pokeemerald | |||
2020-09-08 | Merge pull request #361 from PikalaxALT/match_naked | PikalaxALT | |
Match sub_8159AB8 | |||
2020-09-08 | Resolve travis config warnings | PikalaxALT | |
2020-09-08 | Match sub_8159AB8 | PikalaxALT | |
2020-09-07 | Merge pull request #360 from BigBahss/leafgreen-encounters-prefix | GriffinR | |
wild_encounters.json: Add "MAP_" prefix to LeafGreen's "map" fields |