Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-27 | fix encounter slot logic to accomodate changes | garakmon | |
2021-06-25 | Simplify EWRAM for hall_of_fame.c | PikalaxALT | |
2021-06-25 | Document pokedex_cry_screen.c | PikalaxALT | |
2021-06-25 | Match sub_811A1C8 | PikalaxALT | |
2021-06-25 | Match sub_811A0C0 | PikalaxALT | |
2021-06-25 | Match LoadCryWaveformWindow | PikalaxALT | |
2021-06-25 | More pokedex doccing | PikalaxALT | |
2021-06-25 | Fix another one of CLion's fuckups affecting NONMATCHING build | PikalaxALT | |
2021-06-25 | Sync names of other pokedex.c methods | PikalaxALT | |
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2021-06-24 | Finish porting contest data to C | PikalaxALT | |
2021-06-24 | Finish porting contest data to C | PikalaxALT | |
2021-06-23 | Contest data and strings to C, 2 | PikalaxALT | |
2021-06-23 | gContestOpponents to src | PikalaxALT | |
2021-06-23 | Document remaining contest.c functions | PikalaxALT | |
2021-06-23 | Sync contest struct field documentation from Emerald | PikalaxALT | |
2021-06-23 | Sync more function names from Emerald | PikalaxALT | |
2021-06-22 | Split contest code | PikalaxALT | |
2021-06-21 | Sync more contest docs from Emerald | PikalaxALT | |
2021-06-21 | Start syncing contest code documentation from Emerald | PikalaxALT | |
2021-06-18 | Document image_processing_effects.c | PikalaxALT | |
2021-06-18 | Revert these symbols back to ewram.h | PikalaxALT | |
2021-06-18 | Sync image_processing_effects from emerald, 1 | PikalaxALT | |
2021-06-17 | Replace simple ewram access with battle struct, 2 | PikalaxALT | |
2021-06-17 | document ewram macros in BattleStartClearSetData | PikalaxALT | |
2021-06-16 | Sync BattleStruct.multiBuffer from Em/FR | PikalaxALT | |
2021-06-13 | Fix modern debug builds | PikalaxALT | |
2021-04-19 | THE BEAST IS SLAIN | Kurausukun | |
2021-02-16 | Mirror pokeemerald PR#1329 & PR#1335 to pokeruby | Deokishisu | |
The `externalReservedData` field has been split up into `externalEventData` and `externalEventFlags`, which have their own structs. The new structs deal with interconnectivity between external games/peripherals and RS. US & JP Colosseum Bonus Discs', Colosseum and XD's, Pokémon Channel's, and PokémonBox: Ruby & Sapphire's interactions with these fields has been documented. The `giftRibbon#` fields in `PokemonSubstruct3` have also been renamed to their appropriate ribbons, and commented with distribution info if applicable. All relevant constants and functions dealing with the Pokémon data structure were renamed with these changes in mind. | |||
2020-12-31 | Merge pull request #818 from GriffinRichards/deadname | GriffinR | |
Remove deadnaming, sync BgEvent and 2 function names | |||
2020-12-31 | Remove deadnaming, sync BgEvent and 2 function names | GriffinR | |
2020-12-31 | Document the unused battle strings for downpour weather | SatoMew | |
2020-12-19 | docs: fix simple typo, occurr -> occur | Tim Gates | |
There is a small typo in src/scanline_effect.c. Should read `occur` rather than `occurr`. | |||
2020-12-05 | Fix silly typo | Alex Pensinger | |
2020-12-05 | German Sapphire v1.1 uses the flash chip ID 0x09c2 | Alex Pensinger | |
2020-12-05 | Merge pull request #814 from GriffinRichards/fix-superpower | GriffinR | |
Fix modern superpower animation bug | |||
2020-12-05 | Fix modern superpower animation bug | GriffinR | |
2020-12-02 | FLAG_SPECIAL_FLAG_0 -> FLAG_HIDE_MAP_NAME_POPUP | LOuroboros | |
2020-11-01 | Match FadeOutBody (ported from pokeemerald) | Kurausukun | |
2020-09-13 | Merge pull request #804 from kazblox/master | Revo | |
shop.c: Eliminate do {} | |||
2020-09-13 | shop.c: The do {} is actually a fakematch. | Kaz | |
Turns out we were using the wrong macro the whole time. | |||
2020-09-06 | Remove unused vars | PokeCodec | |
2020-09-05 | Resolve GCC-10.1.0 compiler warnings | PikalaxALT | |
2020-09-03 | Fix agb_flash in modern ruby | PikalaxALT | |
2020-09-01 | Fix mistakes | PokeCodec | |
2020-09-01 | Make invisible a boolean | PokeCodec | |
2020-09-01 | Remove fakematch | PokeCodec | |
2020-09-01 | Match more naked functions | PokeCodec | |
2020-08-31 | Fix alignment in sFanfares | GriffinR | |
2020-08-29 | Give songs meaningful english names | GriffinR | |