summaryrefslogtreecommitdiff
path: root/src/battle_interface.c
AgeCommit message (Collapse)Author
2021-07-06Document eBattleBars arrayPikalaxALT
2021-07-06Merge two battle interface related structsPikalaxALT
2021-07-06Match sub_8044338PikalaxALT
2021-07-06Match sub_80440ECPikalaxALT
2021-06-29Define BSTRUCT_OFF for gBattleStruct macro hacksPikalaxALT
2021-06-28Match sub_806CF04PikalaxALT
2021-06-28Merge ewram520 into eBattleInterfaceGfxBufferPikalaxALT
2021-06-28Merge ewram[0] buffers used by battle interfacePikalaxALT
2021-06-24Finish porting contest data to CPikalaxALT
2021-06-21Sync more contest docs from EmeraldPikalaxALT
2021-06-17Replace simple ewram access with battle struct, 2PikalaxALT
2020-09-05Resolve GCC-10.1.0 compiler warningsPikalaxALT
2020-08-29Give songs meaningful english namesGriffinR
2020-02-13Merge branch 'master' into modern_gccPikalaxALT
2020-01-10Match sub_8043740PikalaxALT
2019-12-14Merge branch 'master' of github.com:pret/pokeruby into modern_gccPikalaxALT
2019-10-02Merge branch 'master' into emerald_diffPikalaxALT
2019-10-02Merge branch 'master' into modern_gccPikalaxALT
2019-09-05Configure Travis to build nonmatching (#746)PikalaxALT
* Configure Travis to build nonmatching
2019-09-05Merge branch 'master' into modern_gccPikalaxALT
2019-07-31resolve more battle system differencescamthesaxman
2019-07-29resolve some Emerald differencescamthesaxman
2019-07-29Merge branch 'master' into modern_gccPikalaxALT
2019-07-28Merge branch 'master' into filenames_1camthesaxman
2019-07-28emerald file names, part 1camthesaxman
2017-08-12split out src/ directory into categorized subdirectories.ProjectRevoTPP
2017-06-19Battle labels named (#333)DizzyEggg
* Changed battle labels
2017-06-16Merge remote-tracking branch 'marijn/clean/headers'yenatch
2017-06-14Merge branch 'master' of https://github.com/pret/pokerubyProjectRevoTPP
2017-06-10decompile sub_8032350 - sub_80326ECcamthesaxman
2017-06-10move some common battle struct definitions to battle.hcamthesaxman
2017-06-10finish decompiling player_pc.cProjectRevoTPP
2017-05-26Sort includesMarijn van der Werf
2017-05-26Add headersMarijn van der Werf
2017-05-22Decrease indentation level of switchesMarijn van der Werf
2017-05-17fill holes in party_menu.c and add battle_interface.h headercamthesaxman
2017-05-12Merge branch 'master' of https://github.com/pret/pokerubyProjectRevoTPP
2017-05-12remove unknowns from birch_pc.cProjectRevoTPP
2017-05-10 BATTLE_TYPE_40 -> BATTLE_TYPE_MULTIYamaArashi
2017-05-08Fix battle_interface for GermanMarijn van der Werf
2017-05-08Decompile battle interface (#281)Cameron Hall
* start decompiling * more decompilation * sub_8044804 refuses to match. moving on... * decompile sub_80451A0 * more decompilation * finish decompiling * clean up a bit * remove trailing whitespace and change tabs to spaces