summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-25integrate debug functions in contest.cCameron Hall
2018-01-25finish decompiling all debug code in mail.cCameron Hall
2018-01-25Decompile trainer dataBlampharos
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-25Move trainer party includes to parent fileBlampharos
2018-01-25Decompile trainer class namesBlampharos
This includes both German and English
2018-01-25integrate debug functions in mail.c and decompile some debug codeCameron Hall
2018-01-25Decompile trainer party structsBlampharos
2018-01-24mergeProjectRevoTPP
2018-01-24merge field files into evobjmv.c.ProjectRevoTPP
2018-01-24fix buildCameron Hall
2018-01-24integrate debug functions in field_control_avatar.cCameron Hall
2018-01-24integrate debug IsMonDisobedientCameron Hall
2018-01-24integrate debug AbilityBattleEffectsCameron Hall
2018-01-24oops, re-add the old charmap labels in graphics.scamthesaxman
2018-01-24decompile debug_sub_8010818 and debug_sub_80108B8camthesaxman
2018-01-24integrate debug Blender_PrintBlendingResultsCameron Hall
2018-01-24move debug scripts to a separate fileCameron Hall
2018-01-24integrate some debug differencesCameron Hall
2018-01-23remove Japanese characters from menu order dataCameron Hall
2018-01-23move undecompiled debug menu code to asmCameron Hall
2018-01-23decompile kagaya_debug_menu.cCameron Hall
2018-01-23remove temporary filesCameron Hall
2018-01-23start decompiling start_menu_debug.cCameron Hall
2018-01-23fix travis script for debug romCameron Hall
2018-01-23dump all remaining baseromsCameron Hall
2018-01-23remove some unnecessary DEBUG conditionals in symbol filesCameron Hall
2018-01-23fix more false offsetsCameron Hall
2018-01-23fix more false offsetsCameron Hall
2018-01-23Clean up English/German blocks (fingers crossed)PikalaxALT
2018-01-23dump more baseroms and fix more false offsetsCameron Hall
2018-01-22Merge pull request #548 from yenatch/fix-installMarcus Huderle
fix shell scripts in install instructions
2018-01-22Merge pull request #546 from yenatch/global-specialsMarcus Huderle
make special ids global
2018-01-22fix false gMysteryEventScriptCmdTableEnd offsetsCameron Hall
2018-01-22dump some debug baseromsCameron Hall
2018-01-22Rename some static functionsPikalaxALT
2018-01-22through sub_80C8F34PikalaxALT
2018-01-22remove raw pointers from event_scripts.sCameron Hall
2018-01-22sub_80C8E1CPikalaxALT
2018-01-22disassemble debug Blender_PrintBlendingResultsCameron Hall
2018-01-22sub_80C8C80PikalaxALT
2018-01-22sub_80C8AD0PikalaxALT
2018-01-22through sub_80C8A38PikalaxALT
2018-01-22sub_80C8938PikalaxALT
2018-01-22sub_80C88ACPikalaxALT
2018-01-22sub_80C8734PikalaxALT
2018-01-22through (nonmatching) sub_80C86A0PikalaxALT
2018-01-22through sub_80C8604PikalaxALT
2018-01-22Begin decompiling battle_1.cBlampharos
Enemy backsprite data (palettes, coords, sprites) and foe elevation data are converted in this commit
2018-01-22Make all suitable values in include/data2.h constBlampharos
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-22Use BATTLE_TYPE_DOUBLE constant in guard.cThomas Winwood