Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-08 | Fix style issues | PikalaxALT | |
2021-06-28 | Match sub_806CF04 | PikalaxALT | |
2021-06-25 | Document pokedex_cry_screen.c | PikalaxALT | |
2021-06-25 | More pokedex doccing | PikalaxALT | |
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-23 | Document remaining contest.c functions | PikalaxALT | |
2020-09-05 | Resolve GCC-10.1.0 compiler warnings | PikalaxALT | |
2020-09-01 | Match more naked functions | PokeCodec | |
2020-08-29 | Give songs meaningful english names | 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! | |||
2019-09-05 | Configure Travis to build nonmatching (#746) | PikalaxALT | |
* Configure Travis to build nonmatching | |||
2019-07-29 | gMPlay to gMPlayInfo | camthesaxman | |
2018-08-26 | Add Defines for Pokedex Related Numbers and Fixed Comment in birch_pc.c (#680) | ultima-soul | |
* Changed pokedex_orders.h to use defines from species.h * Fixed leading white space by converting tabs to 4 spaces. * Removed comments as they are redundant. * Added German comments back. * Added defines for Pokedex Count and Species Count related numbers * Fix a comment in birch_pc.c * Added HOENN_DEX_COUNT to birch_pc. | |||
2018-07-02 | label some of pokemon_summary_screen | yenatch | |
2018-05-21 | Standardize args to palette blend functions | Marcus Huderle | |
2018-04-13 | nonmatching debug_80C3A50 | PikalaxALT | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-04-05 | Merge branch 'master' into nakamura | PikalaxALT | |
2018-04-05 | Renaming | PikalaxALT | |
2018-04-04 | Port function/file names from pokeemerald | Marcus Huderle | |
2018-02-18 | remove subdirectories | camthesaxman | |
2017-08-12 | split out src/ directory into categorized subdirectories. | ProjectRevoTPP | |
2017-07-20 | map out ram variables | drifloony | |
2017-06-25 | fix pokedex | Marijn van der Werf | |
2017-06-24 | fix pokedex | Marijn van der Werf | |
2017-06-24 | src | Marijn van der Werf | |
2017-06-23 | Integrate Pokedex data | Marijn van der Werf | |
2017-06-20 | move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette | camthesaxman | |
2017-06-16 | Merge remote-tracking branch 'marijn/clean/headers' | yenatch | |
2017-06-15 | 0x134 -> SPECIES_SPINDA | yenatch | |
2017-06-15 | use static and fix a few nonmatching functions | camthesaxman | |
2017-06-15 | finish later | camthesaxman | |
2017-06-15 | make it build again | camthesaxman | |
2017-06-15 | fix merge conflicts | camthesaxman | |
2017-06-15 | finish converting pokedex data to C | camthesaxman | |
2017-06-14 | style and formatting | camthesaxman | |
2017-06-14 | remove gPokedexView from pokedex.h | camthesaxman | |
2017-06-14 | convert some data to C | camthesaxman | |
2017-06-14 | finish decompiling pokedex.s | camthesaxman | |
2017-06-14 | decompile sub_8092508 - sub_80927F0 | camthesaxman | |
2017-06-13 | decompile sub_809207C - sub_80924A4 | camthesaxman | |
2017-06-13 | decompile sub_8091E20 - sub_809204C | camthesaxman | |
2017-06-13 | decompile sub_8091AF8 | camthesaxman | |
2017-06-12 | whitespace | camthesaxman | |
2017-06-12 | decompile sub_80917CC - sub_8091A4C | camthesaxman | |
2017-06-12 | decompile sub_8091738 | camthesaxman | |
2017-06-12 | 0x3E8 -> 1000 | camthesaxman | |
2017-06-12 | decompile unref_sub_80913A4 (English) | camthesaxman | |