Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-12 | Fix new errors | Marijn van der Werf | |
2016-12-12 | Fix various warnings | Marijn van der Werf | |
2016-12-12 | Clean up Matsuda debug menu | Marijn van der Werf | |
2016-12-11 | decompile load_save.c (#125) | ProjectRevoTPP | |
* start decompiling load_save.c * almost finish decompiling load_save.c * finish decompiling load_save.c * i cannot hex math * formatting | |||
2016-12-11 | Merge pull request #124 from yenatch/fieldmap | YamaArashi | |
Eliminate nonmatching code in src/fieldmap.c | |||
2016-12-11 | Eliminate nonmatching code in src/fieldmap.c | yenatch | |
2016-12-11 | Merge pull request #123 from yenatch/fieldmap | YamaArashi | |
Decompile src/fieldmap.c | |||
2016-12-11 | Decompile src/fieldmap.c | yenatch | |
2016-12-11 | decompile more of matsuda_debug_menu.c (#122) | ProjectRevoTPP | |
* begin decompiling matsuda_debug_menu.c * i'm sorry for misspelling your name * decompile more masuda_debug_menu.c * mergable state * whatever yama * more decompilation of matsuda_debug_menu.c * matsuda debug text label consistency * add current work | |||
2016-12-11 | decompile sub_8093254 | YamaArashi | |
2016-12-11 | Continue decompiling trainer_card | Marijn van der Werf | |
2016-12-07 | decompile fldeff_strength.c | YamaArashi | |
2016-12-04 | fix weather.c warning | YamaArashi | |
2016-12-04 | fix battle_setup.c warning | YamaArashi | |
2016-12-04 | don't use CpuSet directly | YamaArashi | |
2016-12-04 | Merge branch 'clean/warnings-1' of https://github.com/marijnvdwerf/pokeruby ↵ | YamaArashi | |
into marijnvdwerf-clean/warnings-1 | |||
2016-12-04 | Make InitWindowFromConfig use const config | Marijn van der Werf | |
2016-12-04 | Fix warnings in battle_ai.c | Marijn van der Werf | |
2016-12-04 | Fix warnings in trainer_see.c | Marijn van der Werf | |
2016-12-04 | Fix warning in weather.c | Marijn van der Werf | |
2016-12-04 | Fix warnings in save.c | Marijn van der Werf | |
2016-12-04 | Fix warning in rom4.c | Marijn van der Werf | |
2016-12-04 | Fix warning in mori_debug_menu.c | Marijn van der Werf | |
2016-12-04 | Fix warnings in menu.c and option_menu.c | Marijn van der Werf | |
2016-12-04 | Fix warnings in main.c | Marijn van der Werf | |
2016-12-04 | Decompile sub_8093110 and sub_8093130 | Marijn van der Werf | |
2016-12-02 | use player avatar flag constants | YamaArashi | |
2016-12-02 | Merge pull request #116 from marijnvdwerf/clean/warnings-0 | YamaArashi | |
Fix various warnings | |||
2016-12-02 | fix matsuda debug menu nonmatching functions | YamaArashi | |
2016-12-02 | partially decompile matsuda_debug_menu.c (#117) | ProjectRevoTPP | |
* begin decompiling matsuda_debug_menu.c * i'm sorry for misspelling your name * decompile more masuda_debug_menu.c * mergable state * whatever yama | |||
2016-12-02 | SYS_USE_STRENGTH flag | YamaArashi | |
2016-12-02 | Fix warning in title_screen.c | Marijn van der Werf | |
2016-12-02 | Fix more warnings in mori_debug_menu | Marijn van der Werf | |
2016-12-02 | Pass struct array to PrintMenuItems | Marijn van der Werf | |
2016-12-02 | Pass spritesheets to LoadCompressedObjectPic | Marijn van der Werf | |
2016-12-02 | name some player avatar flags | YamaArashi | |
2016-12-02 | Reorganise main_menu.c | Marijn van der Werf | |
2016-12-02 | [WIP] Extract all external function declarations to headers (#114) | Marijn van der Werf | |
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm | |||
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-25 | finally get InsertTask to match (#110) | Cameron Hall | |
* make InsertTask match * fix InsertTask * remove extra whitespace | |||
2016-11-25 | Decompile more intro functions (#108) | Cameron Hall | |
* start decompiling intro task * ignore Thumbs.db * decompile more code * actually ignore Thumbs.db * decompile more functions * fix sapphire * sort of fix task_intro_7 * name some functions and variables * more cleanup | |||
2016-11-24 | Merge branch 'weather' of https://github.com/yenatch/pokeruby into ↵ | YamaArashi | |
yenatch-weather | |||
2016-11-24 | decompile field_player_avatar.c (#107) | Cameron Hall | |
* Mark .h files as C instead of C++ * also fix .inc files * start decompiling field_player_avatar.c * more decompilation * fix CheckForFieldObjectCollision * finish decompiling * clean up a bit * Revert .gitattributes | |||
2016-11-19 | make ROM match again with a lazy temporary fix | ProjectRevoTPP | |
2016-11-18 | decompile field_camera.c (#103) | Cameron Hall | |
* start decompiling field_camera.c * can't get CameraUpdate to match * finish decompiling | |||
2016-11-18 | decompile trainer_see.c (#102) | ProjectRevoTPP | |
* begin decompiling trainer_see.c * ...actually add the c file you dummy * decompile more of trainer_see.c * finish decompiling trainer_see.c * formatting | |||
2016-11-18 | decompile field_effect.c | YamaArashi | |
2016-11-14 | Start decompiling battle_ai.c cmd functions (#100) | ProjectRevoTPP | |
* begin decompiling battle AI macros * decompile more battle AI macros * nonmatching function * decompile BattleAICmd_get_ability * current nonmatching work * get BattleAICmd_unk_30 a bit closer * get battle_ai.c into a mergable state. | |||
2016-11-14 | Decompile asm/tileset.s -> src/tileset_anim.c | yenatch | |
2016-11-11 | more cleanup (#98) | Cameron Hall | |