summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-21Clarify contest heart tilesGriffinR
2021-06-02Merge pull request #1457 from Kurausukun/constGriffinR
Re-add const to gEvolutionTable in daycare.c
2021-06-01re-add const to gEvolutionTable in daycare.cKurausukun
2021-05-31[PROBABLY LEAK-INFORMED] fix battle_transition fakematch, makeKurausukun
consistent use of SOME_VRAM_STORE
2021-05-31[LEAK-INFORMED] fix CreateShedinja fakematchKurausukun
info: the header change is required. accesses to the struct need to be treated as non-const, even though the array must be const. thanks to jiang for figuring this out.
2021-05-31[LEAK-INFORMED] also pretty dumbKurausukun
2021-05-31[LEAK-INFORMED] literal dumbest fakematch everKurausukun
2021-05-29Merge pull request #1274 from luckytyphlosion/masterluckytyphlosion
Improve INSTALL.md
2021-05-27Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2021-05-27Fix github links to pret's.luckytyphlosion
2021-05-27Fixed ChangeBgY_ScreenOff‘s signature. (#1447)gAlfonso-bit
* Fix Functions * Fix ChangeBgY_ScreenOff signature * Remove unneeded changes * Fix argument mismatch Just to get this out of the way * Not needed * Update palette.c
2021-05-25Merge pull request #1448 from Kurausukun/dumbGriffinR
[LEAK-INFORMED] Fix Fakematch in DrawWallpaper
2021-05-25better matchKurausukun
2021-05-25[LEAK-INFORMED] fix fakematch in DrawWallpaperKurausukun
2021-05-24one last gotoKurausukun
2021-05-24Mark 0xFFF8 as ~7gAlfonso-bit
Since 7 is used as a mask, I wondered if 0xFFF8 was used to undo the mask and it turns out it was.
2021-05-23UBFix: uninitialized variables in m4a engine and siirtc.c (#1432)gAlfonso-bit
2021-05-23Merge branch 'master' of https://github.com/pret/pokeemeraldluckytyphlosion
2021-05-23BUGFIX: battle scripts (#1436)gAlfonso-bit
2021-05-23UBFIX: sprite.c (#1442)gAlfonso-bit
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2021-05-21Merge pull request #1443 from ExpoSeed/document-playbgmGriffinR
Document second parameter of playbgm
2021-05-21Document second parameter of playbgmExpoSeed
2021-05-17Merge pull request #1440 from GriffinRichards/remove-berryGriffinR
Remove leftover berry descriptions
2021-05-17Remove leftover berry descriptionsGriffinR
2021-05-16Merge pull request #1439 from AsparagusEduardo/MissingTreeckoAnimGriffinR
Added missing Treecko from animation list.
2021-05-16Added missing Treecko from animation list.Eduardo Quezada D'Ottone
2021-05-16Merge pull request #1437 from ExpoSeed/bugfixesGriffinR
Various BUGFIXes and UBFIXes
2021-05-15pyramidWinStreasExpoSeed
2021-05-15Various BUGFIXes and UBFIXesExpoSeed
2021-05-15Fix UB: Destoyed task is modified.gAlfonso-bit
After destruction, task is no longer used, so updating its values is worthless.
2021-05-13Merge pull request #1386 from SatoMew/masterGriffinR
Remove Travis badge
2021-05-13Undo secondary changesSatoMew
2021-05-13[LEAK-INFORMED] fix do {} while (0) in apprenticeKurausukun
2021-05-13fix main_menu gotoKurausukun
2021-05-13fix item.c gotosKurausukun
2021-05-13fix player_pc gotoKurausukun
2021-05-13fix mystery_gift gotosKurausukun
2021-05-13fix battle_dome gotoKurausukun
2021-05-13fix goto in bike.cKurausukun
2021-05-13replace raw values with char constantsKurausukun
2021-05-13[LEAK-INFORMED] fix battle_interface fakematchKurausukun
2021-05-13[LEAK-INFORMED] fix text.c "eff" fakematchKurausukun
2021-05-13Cherry-pick roamer bug fix from pokefireredgAlfonso-bit
Adapted https://github.com/pret/pokefirered/blob/master/src/battle_main.c#L3831 to pokeemerald
2021-05-13Update IsPokemonCryPlayinggAlfonso-bit
2021-05-13Update IsPokemonCryPlayinggAlfonso-bit
2021-05-13Change IsPokemonCryPlaying to bool32gAlfonso-bit
Better reflects its usage
2021-05-11Name map groupsGriffinR
2021-05-11Fix UB in RotatingGate_RotateInDirectionExpoSeed
2021-05-06Merge pull request #1427 from Flametix/typoGriffinR
Fix Substitute typo
2021-05-06Fix Substitute typoFlametix