summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-07-05Add local id constants for CGriffinR
2021-07-03Revert "remove gflib"Kurausukun
This reverts commit 8b59909ac5eb6e3540aeb78396943d57a9702e4d.
2021-07-03Merge pull request #1471 from GriffinRichards/fix-lockGriffinR
Fix some object lock names
2021-07-03Correct card lines in Battle Dome commentsSnorlaxMonster
The comments regarding the lines that Trainer information is displayed on the Battle Dome Trainer Card were off-by-one.
2021-07-02Fix 'determining' typoGriffinR
2021-07-02Condense battle AI scripts, minor clean upGriffinR
2021-07-02Document smart shopper TV showGriffinR
2021-07-02Label remaining hall_of_fame symbolsGriffinR
2021-07-02Label remaining region_map symbolsGriffinR
2021-07-01Clean up mirage towerGriffinR
2021-07-01Merge pull request #1473 from GriffinRichards/fix-div0GriffinR
Fix divide by 0 in Cmd_getexp
2021-07-01Fix divide by 0 in Cmd_getexpGriffinR
2021-06-27fix encounter slot logic to accomodate changesgarakmon
2021-06-25Add missing use of F_TRAINER_FEMALEGriffinR
2021-06-21Merge pull request #1469 from GriffinRichards/fix-contestheartsPikalaxALT
Clarify contest heart tiles
2021-06-21Clarify contest heart tilesGriffinR
2021-06-18Replace hardcoded number in MakeCaptureStars.ultima-soul
2021-06-18change printItemFunc to use u32 instead of s32Kurausukun
also change a use of -2 to LIST_CANCEL
2021-06-17remove gflibKurausukun
2021-06-17Update src/battle_message.c Sewef
Nothing happened. Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
2021-06-17Fix sATypeMove_Table definitionSewef
2021-06-13Change map header flags to use a bitfieldExpoSeed
2021-06-10Remove remaining grey and replace with grayExpoSeed
2021-06-04Rename sText_WildPkmnAppeared2 to reflect its useAJ Fontaine
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative.
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-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-25better matchKurausukun
2021-05-25[LEAK-INFORMED] fix fakematch in DrawWallpaperKurausukun
2021-05-23UBFix: uninitialized variables in m4a engine and siirtc.c (#1432)gAlfonso-bit
2021-05-23BUGFIX: battle scripts (#1436)gAlfonso-bit
2021-05-16Added missing Treecko from animation list.Eduardo Quezada D'Ottone
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-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-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-11Fix UB in RotatingGate_RotateInDirectionExpoSeed