summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-04Fix warning in rom4.cMarijn van der Werf
2016-12-04Fix warning in mori_debug_menu.cMarijn van der Werf
2016-12-04Fix warnings in menu.c and option_menu.cMarijn van der Werf
2016-12-04Fix warnings in main.cMarijn van der Werf
2016-12-02unused dataYamaArashi
2016-12-02use player avatar flag constantsYamaArashi
2016-12-02Merge pull request #116 from marijnvdwerf/clean/warnings-0YamaArashi
Fix various warnings
2016-12-02fix matsuda debug menu nonmatching functionsYamaArashi
2016-12-02partially 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-02SYS_USE_STRENGTH flagYamaArashi
2016-12-02Fix warning in title_screen.cMarijn van der Werf
2016-12-02Fix more warnings in mori_debug_menuMarijn van der Werf
2016-12-02Fix definition of daycare_count_pokemonMarijn van der Werf
2016-12-02Fix definition of helper functionMarijn van der Werf
2016-12-02Pass struct array to PrintMenuItemsMarijn van der Werf
2016-12-02Pass spritesheets to LoadCompressedObjectPicMarijn van der Werf
2016-12-02name some player avatar flagsYamaArashi
2016-12-02Merge pull request #115 from marijnvdwerf/clean/main-menuYamaArashi
Reorganise main_menu.c
2016-12-02Reorganise main_menu.cMarijn 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-30Declare 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-28Restore devkitARM linksYamaArashi
2016-11-27Update Windows devkitARM linkYamaArashi
2016-11-27Merge pull request #113 from einstein95/patch-1YamaArashi
Change devkitARM link to temporary mirror
2016-11-28Change devkitARM link to temporary mirrorLogan B
2016-11-25finally get InsertTask to match (#110)Cameron Hall
* make InsertTask match * fix InsertTask * remove extra whitespace
2016-11-25Decompile 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-24Merge branch 'yenatch-weather'YamaArashi
2016-11-24Merge branch 'weather' of https://github.com/yenatch/pokeruby into ↵YamaArashi
yenatch-weather
2016-11-24decompile 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-19Merge pull request #104 from TwitchPlaysPokemon/masterYamaArashi
make ROM match again with a lazy temporary fix
2016-11-19make ROM match again with a lazy temporary fixProjectRevoTPP
2016-11-18decompile field_camera.c (#103)Cameron Hall
* start decompiling field_camera.c * can't get CameraUpdate to match * finish decompiling
2016-11-18decompile 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-18decompile field_effect.cYamaArashi
2016-11-14Start 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-14Merge pull request #101 from yenatch/tileset-animYamaArashi
Decompile asm/tileset.s -> src/tileset_anim.c
2016-11-14Decompile asm/tileset.s -> src/tileset_anim.cyenatch
2016-11-14Merge pull request #99 from yenatch/aif2pcmYamaArashi
Make aif2pcm usable with foreign aif files.
2016-11-13aif2pcm: Initialize pcm length if there are no MARK chunks.yenatch
2016-11-13aif2pcm: Avoid reading past eof.yenatch
2016-11-13aif2pcm: Use uint8_t and fix implicitly signed char.yenatch
2016-11-11more cleanup (#98)Cameron Hall
2016-11-11cleanupYamaArashi
2016-11-10decompile field_door.c (#97)Cameron Hall
* decompile * name some functions and variables * formatting and name more functions
2016-11-10decompile title_screen.c (#96)Cameron Hall
* decompile title_screen.c * macros * cleanup * consistency
2016-11-08safari_zone.c (#94)fl4shk
* about halfway through with safari_zone.c * Figured out more of UnkSafariZoneStruct * Finished safari_zone.c
2016-11-07Decompile part of weather.s.yenatch
2016-11-06landmark.c cleanupYamaArashi
2016-11-06cleanup (#93)Cameron Hall
* cleanup * cleanup