Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | Add some potentially useful scripts | scnorton | |
de_before.sh: Set up the environment to build German Ruby. WARNING: Do not commit in this state unless you know what you are doing. de_after.sh: Revert the German build environment to the English (default) environment. After executing this script, it will be safe to commit changes. WARNING: This discards any changes to asm/, data/, and graphics/. asmdiff_de.sh: Like asmdiff.sh but for the German build environment. Requires baserom_de.gba with SHA1 sum = 1c2a53332382e14dab8815e3a6dd81ad89534050. build_tools_mac.sh: Like build_tools.sh but for OS X environments experiencing problems with Homebrew's g++. clean_tools.sh: Use this to clean the tools directories if you want to cross-compile or recompile. Does not touch agbcc. | |||
2017-12-18 | Fix building german | scnorton | |
2017-12-18 | Decompile German menu cursor data | PikalaxALT | |
2017-12-17 | Whoops | PikalaxALT | |
2017-12-17 | Decompile German bard music data | PikalaxALT | |
2017-12-17 | Decompile data: unknown_debug_menu | PikalaxALT | |
2017-12-17 | Decompile data: menu_cursor, 2 | PikalaxALT | |
2017-12-17 | Decompile data: menu_cursor, 1 | scnorton | |
2017-12-17 | Fix CheckPathBetweenTrainerAndPlayer and remove MapObject2 struct definition ↵ | scnorton | |
and references | |||
2017-12-17 | Decompile data: trainer_see | scnorton | |
2017-12-17 | Decompile data: bard_music | scnorton | |
2017-12-13 | Merge pull request #487 from camthesaxman/gbagfx_bitdepth_conversion | Cameron Hall | |
allow bit depth conversion when possible | |||
2017-12-12 | Merge pull request #489 from camthesaxman/battle_anim | Cameron Hall | |
decompile some battle anim files | |||
2017-12-11 | decompile struggle, swipe, and uproar | camthesaxman | |
2017-12-11 | decompile devil | camthesaxman | |
2017-12-11 | decompile aurora | camthesaxman | |
2017-12-05 | delete unused file include/map_object_constants.h | camthesaxman | |
2017-12-04 | allow bit depth conversion when possible | camthesaxman | |
2017-11-28 | Merge pull request #485 from camthesaxman/mon_markings_data | Cameron Hall | |
convert mon_markings data to C | |||
2017-11-28 | remove temporary file | camthesaxman | |
2017-11-28 | Merge pull request #483 from camthesaxman/mail_data | Cameron Hall | |
convert mail data to C | |||
2017-11-28 | mon_markings data | camthesaxman | |
2017-11-28 | convert mail data to C | camthesaxman | |
2017-11-27 | Merge pull request #482 from camthesaxman/fldeff_data | Cameron Hall | |
convert fldeff data to C | |||
2017-11-27 | convert fldeff data to C | camthesaxman | |
2017-11-27 | fldeff_cut.c data | camthesaxman | |
2017-11-27 | Merge pull request #481 from camthesaxman/map_constants | Cameron Hall | |
convert data files to use constants/map.h | |||
2017-11-27 | fix comment alignment and get rid of warp_map macro | camthesaxman | |
2017-11-27 | convert data files to use constants/map.h | camthesaxman | |
2017-11-27 | Merge pull request #480 from camthesaxman/wild_encounter_data | Cameron Hall | |
convert wild_encounter data to C | |||
2017-11-27 | fix German build | camthesaxman | |
2017-11-27 | fix build | camthesaxman | |
2017-11-27 | convert wild_encounter data to C | camthesaxman | |
2017-11-27 | Merge pull request #479 from camthesaxman/landmark_data | Cameron Hall | |
convert landmark data to C | |||
2017-11-27 | convert landmark data to C | camthesaxman | |
2017-11-27 | Merge pull request #477 from camthesaxman/constant_headers | Cameron Hall | |
Use common headers for constants in assembly and C | |||
2017-11-27 | Merge pull request #476 from sceptillion/fix_preproc_c | Cameron Hall | |
fix issue with line numbers in errors when using preproc with C | |||
2017-11-26 | fix merge conflicts | camthesaxman | |
2017-11-26 | Merge pull request #473 from ProjectRevoTPP/split_80C | Marcus Huderle | |
split battle_anim_80CA710 | |||
2017-11-26 | Merge pull request #478 from huderlem/pokemon_summary_screen | Cameron Hall | |
Decompile pokemon_summary_screen | |||
2017-11-26 | Fix some non-matching functions. Thanks cam | Marcus Huderle | |
2017-11-26 | Use song constants and 'mon' instead of 'pokemon' | Marcus Huderle | |
2017-11-26 | oops | ProjectRevoTPP | |
2017-11-26 | move src/anim to src/battle/anim. | ProjectRevoTPP | |
2017-11-26 | Fix German build | Marcus Huderle | |
2017-11-26 | remove empty include lines | camthesaxman | |
2017-11-26 | mauville_man constants | camthesaxman | |
2017-11-26 | fix German build | camthesaxman | |
2017-11-26 | don't require MAP_ prefix on MAP_GROUP and MAP_NUM macros | camthesaxman | |
2017-11-26 | opponents, map_objects, hold_effects, game_stat, decorations, ↵ | camthesaxman | |
battle_move_effects constants |