Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-13 | Change map header flags to use a bitfield | ExpoSeed | |
2021-06-10 | Remove remaining grey and replace with gray | ExpoSeed | |
2021-06-04 | Rename sText_WildPkmnAppeared2 to reflect its use | AJ Fontaine | |
sText_WildPkmnAppeared2 is used for Legendary battles, so sText_LegendaryPkmnAppeared would be more informative. | |||
2021-06-01 | re-add const to gEvolutionTable in daycare.c | Kurausukun | |
2021-05-31 | [PROBABLY LEAK-INFORMED] fix battle_transition fakematch, make | Kurausukun | |
consistent use of SOME_VRAM_STORE | |||
2021-05-31 | [LEAK-INFORMED] fix CreateShedinja fakematch | Kurausukun | |
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 dumb | Kurausukun | |
2021-05-31 | [LEAK-INFORMED] literal dumbest fakematch ever | Kurausukun | |
2021-05-27 | Fixed 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-25 | better match | Kurausukun | |
2021-05-25 | [LEAK-INFORMED] fix fakematch in DrawWallpaper | Kurausukun | |
2021-05-23 | UBFix: uninitialized variables in m4a engine and siirtc.c (#1432) | gAlfonso-bit | |
2021-05-23 | BUGFIX: battle scripts (#1436) | gAlfonso-bit | |
2021-05-16 | Added missing Treecko from animation list. | Eduardo Quezada D'Ottone | |
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 | [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 | 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-11 | Fix UB in RotatingGate_RotateInDirection | ExpoSeed | |
2021-05-06 | Fix Substitute typo | Flametix | |
2021-05-04 | Fix some object lock names | GriffinR | |
2021-05-01 | change usages of float/double to f32/f64 | Kurausukun | |
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 | Label missing sprite anims | GriffinR | |
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 | |
2021-04-25 | Move unknown data table, reference with species | GriffinR | |
2021-04-25 | Document battler sprite affine anims, default pokeball throw | GriffinR | |
2021-04-24 | Label more unused battle anims | GriffinR | |
2021-04-24 | Document trainer hill ereader | GriffinR | |
2021-04-24 | Sync ereader_helpers with pokefirered | GriffinR | |
2021-04-23 | Document Battle Pyramid Bag | GriffinR | |
2021-04-22 | Merge pull request #1416 from ProjectRevoTPP/apprentice_fix | GriffinR | |
[LEAK INFORMED] Fix apprentice.c do{}while(0) | |||
2021-04-22 | add NO_COND macro | ProjectRevoTPP | |