Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-08-21 | Merge pull request #781 from GriffinRichards/constants-mapdatasize | PikalaxALT | |
Sync fieldmap data | |||
2020-08-19 | Merge pull request #788 from kazblox/master | GriffinR | |
Fix NONMATCHINGs and actual English Debug support | |||
2020-08-18 | Review changes. | Kaz | |
Fixed taya_debug_window for good. | |||
2020-07-22 | Fix COMMON sym references under modern gcc | PikalaxALT | |
2020-07-20 | Merge branch 'master' into constants-mapdatasize | GriffinR | |
2020-07-20 | Merge pull request #780 from GriffinRichards/sync-scripts | GriffinR | |
Sync some scripts with pokeemerald | |||
2020-07-20 | Sync cave_hole.inc | GriffinR | |
2020-07-07 | Removed need for asm("") | PokeCodec | |
The assembly for comparing r5 is lsr r5, r1, #0x18, so having that be a bool32 makes no sense. After I set r5 to the same type as i, and moved the variables to the top to prevent the cross jump optimization, I found the asm was no longer needed! |