summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-25Fix another one of CLion's fuckups affecting NONMATCHING buildPikalaxALT
2021-06-25Sync names of other pokedex.c methodsPikalaxALT
2021-06-24Document pokedex.c, 1PikalaxALT
2021-06-24Don't clobber override.mk when building GermanPikalaxALT
2021-06-24Finish porting contest data to CPikalaxALT
2021-06-24Finish porting contest data to CPikalaxALT
2021-06-23Contest data and strings to C, 2PikalaxALT
2021-06-23gContestOpponents to srcPikalaxALT
2021-06-23Document remaining contest.c functionsPikalaxALT
2021-06-23Sync contest struct field documentation from EmeraldPikalaxALT
2021-06-23Sync more function names from EmeraldPikalaxALT
2021-06-22Split contest codePikalaxALT
2021-06-21Sync more contest docs from EmeraldPikalaxALT
2021-06-21Start syncing contest code documentation from EmeraldPikalaxALT
2021-06-18Document image_processing_effects.cPikalaxALT
2021-06-18Revert these symbols back to ewram.hPikalaxALT
2021-06-18Sync image_processing_effects from emerald, 1PikalaxALT
2021-06-18Merge remote-tracking branch 'origin/master' into battle_struct_macrosPikalaxALT
2021-06-18Merge pull request #827 from PikalaxALT/push_symbolsPikalaxALT
Symplifi symfiles
2021-06-18Merge branch 'push_symbols' of github.com:PikalaxALT/pokeruby into push_symbolsPikalaxALT
2021-06-18Fix regex errorPikalaxALT
2021-06-17Replace simple ewram access with battle struct, 2PikalaxALT
2021-06-17document ewram macros in BattleStartClearSetDataPikalaxALT
2021-06-16Silence stringop-overflow warnings from gcc-11PikalaxALT
2021-06-16Sync BattleStruct.multiBuffer from Em/FRPikalaxALT
2021-06-16Symplifi symfilesPikalaxALT
2021-06-16Build 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-15Merge pull request #825 from PikalaxALT/push_symbolsPikalaxALT
Clone commit message to symbols branch
2021-06-15Clone commit message to symbols branchPikalaxALT
2021-06-15Merge pull request #824 from PikalaxALT/push_symbolsPikalaxALT
Fix issues with GH Actions
2021-06-15Fix cloning agbccPikalaxALT
2021-06-15Merge remote-tracking branch 'origin/master' into push_symbolsPikalaxALT
2021-06-15Update GH Actions scriptPikalaxALT
2021-06-15Fix makefile for compat with GH actionsPikalaxALT
2021-06-15Merge pull request #823 from PikalaxALT/push_symbolsPikalaxALT
Use github workflows instead of travis; make symfiles; fix debug modern builds
2021-06-14Better alignment of symtab columnsPikalaxALT
2021-06-13Fix modern debug buildsPikalaxALT
2021-06-13Fix typo in MakefilePikalaxALT
2021-06-13Migrate to github workflows and output symfilesPikalaxALT
2021-06-02Merge pull request #822 from GriffinRichards/name-mapgroupsGriffinR
Name map groups
2021-04-28Name map groupsGriffinR
2021-04-20Merge pull request #821 from Kurausukun/M4A_IS_DEADGriffinR
FIX CGBMODVOL FAKEMATCHING (WE DID IT REDDIT)
2021-04-19THE BEAST IS SLAINKurausukun
2021-02-16Merge pull request #820 from Deokishisu/masterGriffinR
Mirror pokeemerald PR#1329 & PR#1335 to pokeruby
2021-02-16Mirror pokeemerald PR#1329 & PR#1335 to pokerubyDeokishisu
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-31Merge pull request #818 from GriffinRichards/deadnameGriffinR
Remove deadnaming, sync BgEvent and 2 function names
2020-12-31Merge pull request #817 from SatoMew/masterGriffinR
Document the unused battle strings for downpour weather
2020-12-31Remove deadnaming, sync BgEvent and 2 function namesGriffinR
2020-12-31Document the unused battle strings for downpour weatherSatoMew
2020-12-19Merge pull request #816 from timgates42/bugfix_typo_occurGriffinR
docs: fix simple typo, occurr -> occur