summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-19Update Makefile for scanincGriffinR
2021-01-18Sync scaninc with pokeemeraldGriffinR
2021-01-08Merge pull request #377 from Deokishisu/masterGriffinR
Fix Egregious Magic Numbers in GetBattleBGM
2021-01-08Fix Egregious Magic Numbers in GetBattleBGMDeokishisu
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-07Merge pull request #376 from SatoMew/masterGriffinR
Document the unused battle strings for downpour and rain weather
2021-01-01Document the unused battle strings for downpour and rain weatherSatoMew
2020-12-31Merge pull request #375 from GriffinRichards/deadnameGriffinR
Remove deadnaming, sync BgEvent
2020-12-31Remove deadnaming, sync BgEventGriffinR
2020-12-31Merge pull request #374 from Deokishisu/patch-1GriffinR
Fix Missed Magic Numbers in main_menu.c
2020-12-31Fix Missed Magic Numbers in main_menu.cDeokishisu
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-27Merge pull request #371 from GriffinRichards/data-pokedexGriffinR
Move pokedex_screen data from asm to C
2020-11-27Merge pull request #373 from V-FEXrt/farfetchdGriffinR
Rename farfetchd graphics to match define
2020-11-26Rename farfetchd graphics to match defineAshley Coleman
2020-11-15Merge pull request #372 from V-FEXrt/trainer_parties_variablesGriffinR
Rename unknown trainer party variables
2020-11-12Rename unknown trainer party variablesAshley Coleman
2020-11-12Fix modern buildGriffinR
2020-11-12Clean up pokedex screen textGriffinR
2020-11-11Move pokedex_screen data from asm to CGriffinR
2020-11-11Merge pull request #1 from pret/masterAshley Coleman
Sync upstream
2020-11-11Merge pull request #370 from V-FEXrt/pokedex-screenGriffinR
Give meaningful names to globals in pokedex_screen.s
2020-11-11Give meaningfull names to globals in pokedex_screen.sAshley Coleman
2020-11-02Merge pull request #368 from Kurausukun/match_m4aGriffinR
Match FadeOutBody (ported from pokeemerald)
2020-11-01Match FadeOutBody (ported from pokeemerald)Kurausukun
2020-10-11Merge pull request #365 from GriffinRichards/moves-constGriffinR
Fix hang when releasing after adding new moves
2020-10-11Fix hang when releasing after adding new movesGriffinR
2020-09-28Merge pull request #364 from Kurausukun/audio_macrosGriffinR
Update Audio Macros
2020-09-27update audio macrosKurausukun
2020-09-23Merge pull request #362 from Kurausukun/rename_instrumentsGriffinR
rename instruments (again)
2020-09-23rename instruments (again)Kurausukun
Mirroring the change made in pokeemerald
2020-09-08Merge pull request #361 from PikalaxALT/match_nakedPikalaxALT
Match sub_8159AB8
2020-09-08Resolve travis config warningsPikalaxALT
2020-09-08Match sub_8159AB8PikalaxALT
2020-09-07Merge pull request #360 from BigBahss/leafgreen-encounters-prefixGriffinR
wild_encounters.json: Add "MAP_" prefix to LeafGreen's "map" fields
2020-09-06Add "MAP_" prefix missing from 76e126a35b00ecf87038c37de1899cd923617e45BigBahss
2020-09-06Add "MAP_" prefix to LeafGreen "map" fieldsBigBahss
2020-09-03Merge pull request #359 from PikalaxALT/agb_flash_fixPikalaxALT
Fix agb_flash in modern frlg
2020-09-03Fix agb_flash in modern frlgPikalaxALT
2020-09-02Merge pull request #358 from Tianmaru/masterGriffinR
renamed title screen sprites
2020-09-03update make rules for graphicstianmaru
2020-09-02fix wrong file namestianmaru
2020-09-02renamed title screen spritestianmaru
2020-09-01Merge pull request #353 from PokeCodec/MatchFireredGriffinR
Match (Most of) Firered
2020-09-01Match Most of Remaining FunctionsPokeCodec
2020-08-31Merge pull request #357 from GriffinRichards/fix-typoGriffinR
Fix Fuchsica typo
2020-08-31Fix Fuchsica typoGriffinR
2020-08-31Merge pull request #356 from GriffinRichards/rename-songsGriffinR
Give songs meaningful english names
2020-08-29Give songs meaningful english namesGriffinR
2020-08-25Merge pull request #354 from GriffinRichards/add-nonmatchGriffinR
Wrap asm statements in NONMATCHING
2020-08-18Wrap asm statements in NONMATCHINGGriffinR
2020-08-17Merge pull request #350 from PokeCodec/matchingtransitionPikalaxALT
Match sub_80D1F64