Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-23 | BUGFIX: battle scripts (#1436) | gAlfonso-bit | |
2021-05-23 | UBFIX: sprite.c (#1442) | gAlfonso-bit | |
Fix out-of-bounds array access in `SortSprites()`. Co-authored-by: Marcus Huderle <huderlem@gmail.com> | |||
2021-05-21 | Merge pull request #1443 from ExpoSeed/document-playbgm | GriffinR | |
Document second parameter of playbgm | |||
2021-05-21 | Document second parameter of playbgm | ExpoSeed | |
2021-05-17 | Merge pull request #1440 from GriffinRichards/remove-berry | GriffinR | |
Remove leftover berry descriptions | |||
2021-05-17 | Remove leftover berry descriptions | GriffinR | |
2021-05-16 | Merge pull request #1439 from AsparagusEduardo/MissingTreeckoAnim | GriffinR | |
Added missing Treecko from animation list. | |||
2021-05-16 | Added missing Treecko from animation list. | Eduardo Quezada D'Ottone | |
2021-05-16 | Merge pull request #1437 from ExpoSeed/bugfixes | GriffinR | |
Various BUGFIXes and UBFIXes | |||
2021-05-15 | pyramidWinStreas | ExpoSeed | |
2021-05-15 | Various BUGFIXes and UBFIXes | ExpoSeed | |
2021-05-15 | Fix UB: Destoyed task is modified. | gAlfonso-bit | |
After destruction, task is no longer used, so updating its values is worthless. | |||
2021-05-13 | Merge pull request #1386 from SatoMew/master | GriffinR | |
Remove Travis badge | |||
2021-05-13 | Undo secondary changes | SatoMew | |
2021-05-13 | [LEAK-INFORMED] fix do {} while (0) in apprentice | Kurausukun | |
2021-05-13 | fix main_menu goto | Kurausukun | |
2021-05-13 | fix item.c gotos | Kurausukun | |
2021-05-13 | fix player_pc goto | Kurausukun | |
2021-05-13 | fix mystery_gift gotos | Kurausukun | |
2021-05-13 | fix battle_dome goto | Kurausukun | |
2021-05-13 | fix goto in bike.c | Kurausukun | |
2021-05-13 | replace raw values with char constants | Kurausukun | |
2021-05-13 | [LEAK-INFORMED] fix battle_interface fakematch | Kurausukun | |
2021-05-13 | [LEAK-INFORMED] fix text.c "eff" fakematch | Kurausukun | |
2021-05-13 | Cherry-pick roamer bug fix from pokefirered | gAlfonso-bit | |
Adapted https://github.com/pret/pokefirered/blob/master/src/battle_main.c#L3831 to pokeemerald | |||
2021-05-13 | Update IsPokemonCryPlaying | gAlfonso-bit | |
2021-05-13 | Update IsPokemonCryPlaying | gAlfonso-bit | |
2021-05-13 | Change IsPokemonCryPlaying to bool32 | gAlfonso-bit | |
Better reflects its usage | |||
2021-05-11 | Name map groups | GriffinR | |
2021-05-11 | Fix UB in RotatingGate_RotateInDirection | ExpoSeed | |
2021-05-06 | Merge pull request #1427 from Flametix/typo | GriffinR | |
Fix Substitute typo | |||
2021-05-06 | Fix Substitute typo | Flametix | |
2021-05-05 | Merge pull request #1407 from ipatix/fix/modern | GriffinR | |
Fix modern target when libc functions are used. | |||
2021-05-05 | Tidy just cleans both normal and modern. | luckytyphlosion | |
2021-05-05 | ld_script_modern: minor fixes for gcc 11 | Michael Panzlaff | |
2021-05-04 | Merge pull request #1425 from Kurausukun/f32 | GriffinR | |
Change Usages of float/double to f32/f64 | |||
2021-05-04 | Restore EReaderTrainerHillSet dummy | GriffinR | |
2021-05-04 | Scan all deps of time, also prevent deps from being scanned twice for ↵ | luckytyphlosion | |
compare and modern. | |||
2021-05-01 | Wrap notes in details blocks. | luckytyphlosion | |
2021-05-01 | change usages of float/double to f32/f64 | Kurausukun | |
2021-04-30 | Merge pull request #1424 from GriffinRichards/constants-trhill | GriffinR | |
Use some missing fieldmap constants in trainer hill | |||
2021-04-29 | Use some missing fieldmap constants in trainer hill | GriffinR | |
2021-04-29 | Merge pull request #1421 from GriffinRichards/doc-tvrecordmix | GriffinR | |
Document TV | |||
2021-04-28 | Merge pull request #1420 from GriffinRichards/doc-dataanims | GriffinR | |
Document battler affine anims, default pokeball throw | |||
2021-04-28 | Merge pull request #1418 from GriffinRichards/sync-ereaderhelp | GriffinR | |
Sync e-reader helpers, document trainer hill e-reader | |||
2021-04-27 | Merge pull request #1417 from GriffinRichards/doc-pyramidbag | GriffinR | |
Document Battle Pyramid Bag | |||
2021-04-27 | Merge pull request #1415 from GriffinRichards/doc-contestutil | GriffinR | |
Some Contest clean up | |||
2021-04-26 | Merge pull request #1419 from GriffinRichards/doc-animstatus | GriffinR | |
Label more unused battle anims | |||
2021-04-26 | Merge pull request #1410 from GriffinRichards/doc-tradedata | GriffinR | |
Document trade sequence animation, some trade cleanup | |||
2021-04-26 | Document TV | GriffinR | |