Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-28 | remove hardcoded VRAM and EWRAM addresses | camthesaxman | |
2019-04-08 | nonmatching sub_80C37E4 | PikalaxALT | |
2019-04-07 | Decompile/port rest of battle_anim plus fix 1 NONMATCHING. | ultima-soul | |
2019-04-05 | Backport m4a.c from emerald | PikalaxALT | |
2018-09-15 | Voicegroups need names | Kermalis | |
2018-06-23 | Decompile more of battle_anim_812C144 | Marcus Huderle | |
2018-04-07 | through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked)) | PikalaxALT | |
2018-01-21 | Merge branch 'master' into pokemon_storage_system | PikalaxALT | |
2018-01-17 | use Dma Large loops for every while(1) Dma loop | ProjectRevoTPP | |
2018-01-14 | Fix file modes | PikalaxALT | |
2018-01-12 | Merge branch 'master' into pokemon_storage_system | PikalaxALT | |
2018-01-07 | Merge branch 'master' into pokemon_storage_system | PikalaxALT | |
2018-01-06 | use firered isagbprint.h and NDEBUG | ProjectRevoTPP | |
2018-01-06 | nonmatching unref_sub_8095D08 | PikalaxALT | |
2017-12-23 | Merge branch 'master' into cable_car | PikalaxALT | |
2017-12-23 | Merge branch 'master' into cable_car | PikalaxALT | |
2017-12-22 | fix 0x2DFC in SaveBlock1 | camthesaxman | |
2017-12-22 | save work | camthesaxman | |
2017-11-26 | Mostly done decompiling pokemon_summary_screen | Marcus Huderle | |
2017-11-25 | label and decompile more of field_weather_2 | camthesaxman | |
2017-11-04 | more fixes | ProjectRevoTPP | |
2017-11-03 | BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes | ProjectRevoTPP | |
2017-10-14 | sub_8123740 | PikalaxALT | |
2017-10-14 | sub_8123244 | PikalaxALT | |
2017-09-09 | Merge branch 'master' into trade | PikalaxALT | |
2017-09-08 | Merge pull request #417 from camthesaxman/decompile_mauville_old_man | Cameron Hall | |
finish decompiling mauville_old_man | |||
2017-09-04 | sub_804BBE8 and new DmaCopy macros | scnorton | |
2017-08-25 | start decompiling evo graphics | DizzyEggg | |
2017-08-24 | decompile up to sub_80F8598 | camthesaxman | |
2017-06-17 | Decompile map object data (nonmatching wip 1) | PikalaxALT | |
2017-06-14 | Move min/max macros to global.h | PikalaxALT | |
2017-06-14 | FILE MODES BrokeBack | PikalaxALT | |
2017-06-10 | Attempt at decompiling field effect for sending out pokemon for field move | PikalaxALT | |
2017-06-06 | Pick up decompiling field_effect.s | scnorton | |
2017-05-31 | A couple more decorations tasks | scnorton | |
2017-03-18 | reorganize and add new headers for many files | ProjectRevoTPP | |
2017-01-28 | introduce BGCNT constants | camthesaxman | |
2017-01-13 | update GBA headers | YamaArashi | |
2017-01-04 | begin decompiling more intro code | camthesaxman | |
2016-12-11 | Decompile src/fieldmap.c | yenatch | |
2016-11-30 | Declare more non-static functions in header files (#111) | Marijn van der Werf | |
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines | |||
2016-11-04 | add functions to syscall.h | YamaArashi | |
2016-11-01 | name pokemon cry voice group | YamaArashi | |
2016-10-27 | Finished clear_save_data_menu.c | fl4shk | |
2016-10-16 | decompile option menu and begin decompiling pokedex (#58) | Cameron Hall | |
* start decompiling pokedex * fix up this darn struct * decompile most of the option menu code * decompile more code * finish up with option menu * minor cleanup * fix some pokedex functions * remove disassembly files * actually remove disassembly files * more decompilation * decompile 2 more functions * minor cleanup * Update start_menu.c with CB2_InitPokedex | |||
2016-10-07 | use more constants in m4a asm | YamaArashi | |
2016-10-02 | add comment for DMA clear macros | YamaArashi | |
2016-10-02 | add DmaClear macro (#50) | camthesaxman | |
2016-09-30 | clean up sound code | YamaArashi | |
2016-09-25 | remove common variable workaround macros | YamaArashi | |