Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Don't clobber override.mk when building German | 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-18 | Merge remote-tracking branch 'origin/master' into battle_struct_macros | PikalaxALT | |
2021-06-18 | Merge pull request #827 from PikalaxALT/push_symbols | PikalaxALT | |
Symplifi symfiles | |||
2021-06-18 | Merge branch 'push_symbols' of github.com:PikalaxALT/pokeruby into push_symbols | PikalaxALT | |
2021-06-18 | Fix regex error | 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 | Silence stringop-overflow warnings from gcc-11 | PikalaxALT | |
2021-06-16 | Sync BattleStruct.multiBuffer from Em/FR | PikalaxALT | |
2021-06-16 | Symplifi symfiles | PikalaxALT | |
2021-06-16 | Build fewer symfiles (#826) | PikalaxALT | |
* Refactor build.yml * Remove .travis.yml; speed up NONMATCHING build by not cleaning * Force tools to build before syms, compare, modern | |||
2021-06-15 | Merge pull request #825 from PikalaxALT/push_symbols | PikalaxALT | |
Clone commit message to symbols branch | |||
2021-06-15 | Clone commit message to symbols branch | PikalaxALT | |
2021-06-15 | Merge pull request #824 from PikalaxALT/push_symbols | PikalaxALT | |
Fix issues with GH Actions | |||
2021-06-15 | Fix cloning agbcc | PikalaxALT | |
2021-06-15 | Merge remote-tracking branch 'origin/master' into push_symbols | PikalaxALT | |
2021-06-15 | Update GH Actions script | PikalaxALT | |
2021-06-15 | Fix makefile for compat with GH actions | PikalaxALT | |
2021-06-15 | Merge pull request #823 from PikalaxALT/push_symbols | PikalaxALT | |
Use github workflows instead of travis; make symfiles; fix debug modern builds | |||
2021-06-14 | Better alignment of symtab columns | PikalaxALT | |
2021-06-13 | Fix modern debug builds | PikalaxALT | |
2021-06-13 | Fix typo in Makefile | PikalaxALT | |
2021-06-13 | Migrate to github workflows and output symfiles | PikalaxALT | |
2021-06-02 | Merge pull request #822 from GriffinRichards/name-mapgroups | GriffinR | |
Name map groups | |||
2021-04-28 | Name map groups | GriffinR | |
2021-04-20 | Merge pull request #821 from Kurausukun/M4A_IS_DEAD | GriffinR | |
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT) | |||
2021-04-19 | THE BEAST IS SLAIN | Kurausukun | |
2021-02-16 | Merge pull request #820 from Deokishisu/master | GriffinR | |
Mirror pokeemerald PR#1329 & PR#1335 to pokeruby | |||
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 | Merge pull request #817 from SatoMew/master | GriffinR | |
Document the unused battle strings for downpour weather | |||
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 | Merge pull request #816 from timgates42/bugfix_typo_occur | GriffinR | |
docs: fix simple typo, occurr -> occur |