Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-09-06 | Add "MAP_" prefix missing from 76e126a35b00ecf87038c37de1899cd923617e45 | BigBahss | |
2020-09-06 | Add "MAP_" prefix to LeafGreen "map" fields | BigBahss | |
2020-09-03 | Merge pull request #359 from PikalaxALT/agb_flash_fix | PikalaxALT | |
Fix agb_flash in modern frlg | |||
2020-09-03 | Fix agb_flash in modern frlg | PikalaxALT | |
2020-09-02 | Merge pull request #358 from Tianmaru/master | GriffinR | |
renamed title screen sprites | |||
2020-09-03 | update make rules for graphics | tianmaru | |
2020-09-02 | fix wrong file names | tianmaru | |
2020-09-02 | renamed title screen sprites | tianmaru | |
2020-09-01 | Merge pull request #353 from PokeCodec/MatchFirered | GriffinR | |
Match (Most of) Firered | |||
2020-09-01 | Match Most of Remaining Functions | PokeCodec | |
2020-08-31 | Merge pull request #357 from GriffinRichards/fix-typo | GriffinR | |
Fix Fuchsica typo | |||
2020-08-31 | Fix Fuchsica typo | GriffinR | |
2020-08-31 | Merge pull request #356 from GriffinRichards/rename-songs | GriffinR | |
Give songs meaningful english names | |||
2020-08-29 | Give songs meaningful english names | GriffinR | |
2020-08-25 | Merge pull request #354 from GriffinRichards/add-nonmatch | GriffinR | |
Wrap asm statements in NONMATCHING | |||
2020-08-18 | Wrap asm statements in NONMATCHING | GriffinR | |
2020-08-17 | Merge pull request #350 from PokeCodec/matchingtransition | PikalaxALT | |
Match sub_80D1F64 |