summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-05-05Merge pull request #1407 from ipatix/fix/modernGriffinR
Fix modern target when libc functions are used.
2021-05-05Tidy just cleans both normal and modern.luckytyphlosion
2021-05-05ld_script_modern: minor fixes for gcc 11Michael Panzlaff
2021-05-04Merge pull request #1425 from Kurausukun/f32GriffinR
Change Usages of float/double to f32/f64
2021-05-04Restore EReaderTrainerHillSet dummyGriffinR
2021-05-04Scan all deps of time, also prevent deps from being scanned twice for ↵luckytyphlosion
compare and modern.
2021-05-04Fix some object lock namesGriffinR
2021-05-01Wrap notes in details blocks.luckytyphlosion
2021-05-01change usages of float/double to f32/f64Kurausukun
2021-04-30Merge pull request #1424 from GriffinRichards/constants-trhillGriffinR
Use some missing fieldmap constants in trainer hill
2021-04-29Use some missing fieldmap constants in trainer hillGriffinR
2021-04-29Merge pull request #1421 from GriffinRichards/doc-tvrecordmixGriffinR
Document TV
2021-04-28Merge pull request #1420 from GriffinRichards/doc-dataanimsGriffinR
Document battler affine anims, default pokeball throw
2021-04-28Merge pull request #1418 from GriffinRichards/sync-ereaderhelpGriffinR
Sync e-reader helpers, document trainer hill e-reader
2021-04-27Merge pull request #1417 from GriffinRichards/doc-pyramidbagGriffinR
Document Battle Pyramid Bag
2021-04-27Merge pull request #1415 from GriffinRichards/doc-contestutilGriffinR
Some Contest clean up
2021-04-26Label missing sprite animsGriffinR
2021-04-26Merge pull request #1419 from GriffinRichards/doc-animstatusGriffinR
Label more unused battle anims
2021-04-26Merge pull request #1410 from GriffinRichards/doc-tradedataGriffinR
Document trade sequence animation, some trade cleanup
2021-04-26Document TVGriffinR
2021-04-25Move unknown data table, reference with speciesGriffinR
2021-04-25Document battler sprite affine anims, default pokeball throwGriffinR
2021-04-24Label more unused battle animsGriffinR
2021-04-24Document trainer hill ereaderGriffinR
2021-04-24Sync ereader_helpers with pokefireredGriffinR
2021-04-23Document Battle Pyramid BagGriffinR