Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-25 | integrate debug functions in contest.c | Cameron Hall | |
2018-01-25 | finish decompiling all debug code in mail.c | Cameron Hall | |
2018-01-25 | Decompile trainer data | Blampharos | |
This necessitated changes in other files which access this data. Three macro constants were migrated from trainer_constants.inc to trainer.h data/trainers.inc and data-de/trainers.inc have been deleted | |||
2018-01-25 | Move trainer party includes to parent file | Blampharos | |
2018-01-25 | Decompile trainer class names | Blampharos | |
This includes both German and English | |||
2018-01-25 | integrate debug functions in mail.c and decompile some debug code | Cameron Hall | |
2018-01-25 | Decompile trainer party structs | Blampharos | |
2018-01-24 | merge | ProjectRevoTPP | |
2018-01-24 | merge field files into evobjmv.c. | ProjectRevoTPP | |
2018-01-24 | fix build | Cameron Hall | |
2018-01-24 | integrate debug functions in field_control_avatar.c | Cameron Hall | |
2018-01-24 | integrate debug IsMonDisobedient | Cameron Hall | |
2018-01-24 | integrate debug AbilityBattleEffects | Cameron Hall | |
2018-01-24 | oops, re-add the old charmap labels in graphics.s | camthesaxman | |
2018-01-24 | decompile debug_sub_8010818 and debug_sub_80108B8 | camthesaxman | |
2018-01-24 | integrate debug Blender_PrintBlendingResults | Cameron Hall | |
2018-01-24 | move debug scripts to a separate file | Cameron Hall | |
2018-01-24 | integrate some debug differences | Cameron Hall | |
2018-01-23 | remove Japanese characters from menu order data | Cameron Hall | |
2018-01-23 | move undecompiled debug menu code to asm | Cameron Hall | |
2018-01-23 | decompile kagaya_debug_menu.c | Cameron Hall | |
2018-01-23 | remove temporary files | Cameron Hall | |
2018-01-23 | start decompiling start_menu_debug.c | Cameron Hall | |
2018-01-23 | fix travis script for debug rom | Cameron Hall | |
2018-01-23 | dump all remaining baseroms | Cameron Hall | |
2018-01-23 | remove some unnecessary DEBUG conditionals in symbol files | Cameron Hall | |
2018-01-23 | fix more false offsets | Cameron Hall | |
2018-01-23 | fix more false offsets | Cameron Hall | |
2018-01-23 | Clean up English/German blocks (fingers crossed) | PikalaxALT | |
2018-01-23 | dump more baseroms and fix more false offsets | Cameron Hall | |
2018-01-22 | Merge pull request #548 from yenatch/fix-install | Marcus Huderle | |
fix shell scripts in install instructions | |||
2018-01-22 | Merge pull request #546 from yenatch/global-specials | Marcus Huderle | |
make special ids global | |||
2018-01-22 | fix false gMysteryEventScriptCmdTableEnd offsets | Cameron Hall | |
2018-01-22 | dump some debug baseroms | Cameron Hall | |
2018-01-22 | Rename some static functions | PikalaxALT | |
2018-01-22 | through sub_80C8F34 | PikalaxALT | |
2018-01-22 | remove raw pointers from event_scripts.s | Cameron Hall | |
2018-01-22 | sub_80C8E1C | PikalaxALT | |
2018-01-22 | disassemble debug Blender_PrintBlendingResults | Cameron Hall | |
2018-01-22 | sub_80C8C80 | PikalaxALT | |
2018-01-22 | sub_80C8AD0 | PikalaxALT | |
2018-01-22 | through sub_80C8A38 | PikalaxALT | |
2018-01-22 | sub_80C8938 | PikalaxALT | |
2018-01-22 | sub_80C88AC | PikalaxALT | |
2018-01-22 | sub_80C8734 | PikalaxALT | |
2018-01-22 | through (nonmatching) sub_80C86A0 | PikalaxALT | |
2018-01-22 | through sub_80C8604 | PikalaxALT | |
2018-01-22 | Begin decompiling battle_1.c | Blampharos | |
Enemy backsprite data (palettes, coords, sprites) and foe elevation data are converted in this commit | |||
2018-01-22 | Make all suitable values in include/data2.h const | Blampharos | |
Values not being const was creating problems in decompiling battle_1, so as a pre-emptive measure I made all the values in there consts. | |||
2018-01-22 | Use BATTLE_TYPE_DOUBLE constant in guard.c | Thomas Winwood | |