Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-12 | Match sub_80A1048 | PikalaxALT | |
2021-06-29 | Merge structs at 02019348 | PikalaxALT | |
2021-06-29 | Merge UNK_STRUCT_2018000 into pssData | PikalaxALT | |
2021-06-28 | Match sub_806CF04 | PikalaxALT | |
2021-06-24 | Document pokedex.c, 1 | PikalaxALT | |
2021-06-18 | Document image_processing_effects.c | PikalaxALT | |
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-09-01 | Make invisible a boolean | PokeCodec | |
2020-08-29 | Give songs meaningful english names | GriffinR | |
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-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. | |||
2020-06-03 | DrawSummaryScreenNavigationDots: cleanup, fix typos, and convert to | Kaz | |
shifts for multiplication. (re: Egg -> I can concur GF extremely loved shifts.) Now matching. | |||
2020-06-03 | port SummaryScreenHandleUpDownInput, sub_809F284 and sub_80A057C from | Kaz | |
pokeemerald | |||
2020-06-03 | sub_809E8F0 get. | Kaz | |
2019-07-30 | misc | camthesaxman | |
2019-07-29 | gMPlay to gMPlayInfo | camthesaxman | |
2019-07-28 | emerald file names, part 1 | camthesaxman | |
2018-11-12 | Begin synchronisation part 2 | Slawter666 | |
2018-09-12 | Match a few NONMATCHINGs, document some NONMATCHINGs. | luckytyphlosion | |
1 non-trivial NONMATCHING matched. 2 matched with trivial asm();. 2 false NONMATCHINGs matched. 2 matched with register hacks. | |||
2018-08-09 | Label ball animations | Marcus Huderle | |
2018-07-05 | Merge pull request #648 from yenatch/master | Marcus Huderle | |
fix WarpEvent and label some of pokemon_summary_screen | |||
2018-07-05 | Decompile battle_anim_813F0f4.s | Marcus Huderle | |
2018-07-03 | fix missing semicolons | yenatch | |
2018-07-03 | condense summary screen anim tables | yenatch | |
2018-07-03 | label pp up masks | yenatch | |
2018-07-02 | label some of pokemon_summary_screen | yenatch | |
2018-06-25 | Merge branch 'master' into contest_link_80C2020 | Marcus Huderle | |
2018-06-10 | Label move_tutor_menu.c | Marcus Huderle | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-05-16 | Update pokemon_summary_screen.c to use EGG_HATCH_LEVEL define | Deokishisu | |
To be consistent with pokeemerald. | |||
2018-04-09 | Merge pull request #591 from huderlem/misc_doc | Marcus Huderle | |
Document friendship events, primary status ailments, and misc cleanup | |||
2018-04-08 | Add 'fainted' and 'pokerus' primary status defines | Marcus Huderle | |
2018-04-08 | Document friendship events, primary status ailments, and misc cleanup | Marcus Huderle | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-03-31 | Merge branch 'master' into contest_link_80C2020 | PikalaxALT | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-06-24 | wip src | Marijn van der Werf | |
2017-05-26 | Sort includes | Marijn van der Werf | |
2017-05-26 | Add headers | Marijn van der Werf | |
2017-05-22 | Add strings2.h | Marijn van der Werf | |
2017-01-21 | formatting | YamaArashi | |
2017-01-17 | Sort includes | Marijn van der Werf | |
2017-01-17 | Move `gStringVar` declarations to text.h | Marijn van der Werf | |
2017-01-04 | name function | YamaArashi | |
2017-01-04 | decompile more summary screen functions | YamaArashi | |
2017-01-04 | name some functions | YamaArashi | |
2017-01-04 | Emerald version enum | YamaArashi | |
2017-01-03 | make PokemonSummaryScreen_PrintTrainerMemo match | YamaArashi | |