Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-28 | Name funcs in credits.c; more ewram cleanup | PikalaxALT | |
2021-06-28 | Merge two structs at gSharedMem + 0x1FE00 | PikalaxALT | |
2021-06-28 | Sync GetItemEffectType from Emerald | PikalaxALT | |
2021-06-28 | Sync makefile echo lines from Emerald; RegionMapState.choseFlyLocation | PikalaxALT | |
2021-06-28 | Merge ewram520 into eBattleInterfaceGfxBuffer | PikalaxALT | |
2021-06-28 | Merge ewram[0] buffers used by battle interface | PikalaxALT | |
2021-06-28 | Resolve ewram0arr in intro.c, ewram0_7 in egg_hatch.c | PikalaxALT | |
2021-06-28 | Merge region map state structs | PikalaxALT | |
2021-06-28 | Resolve ewram ptr in mail.c | PikalaxALT | |
2021-06-28 | Resolve ewram reference in trainer_card.c | PikalaxALT | |
2021-06-25 | Simplify EWRAM for hall_of_fame.c | PikalaxALT | |
2021-06-25 | Document pokedex_cry_screen.c | PikalaxALT | |
2021-06-25 | More pokedex doccing | 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-04-28 | Name map groups | GriffinR | |
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-02 | FLAG_SPECIAL_FLAG_0 -> FLAG_HIDE_MAP_NAME_POPUP | LOuroboros | |
2020-09-27 | update audio macros | Kurausukun | |
2020-09-01 | Remove mentions of functions not used. | PokeCodec | |
2020-09-01 | Fix mistakes | PokeCodec | |
2020-09-01 | Make invisible a boolean | PokeCodec | |
2020-09-01 | Match more naked functions | PokeCodec | |
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-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-06-08 | Actually fix everything. | Kaz | |
2020-06-08 | Preliminary support for English rev0 debug. Matching but still needs | Kaz | |
cleaning up. Rename DEBUG_TRANSLATE to DEBUG_FIX now that we have actual English Debug ROMs. Add Sapphire German "first edition" debug support, now that we have a hash for it. Fix an obvious nonmatching. |