index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_interface.c
Age
Commit message (
Collapse
)
Author
2021-07-06
Document eBattleBars array
PikalaxALT
2021-07-06
Merge two battle interface related structs
PikalaxALT
2021-07-06
Match sub_8044338
PikalaxALT
2021-07-06
Match sub_80440EC
PikalaxALT
2021-06-29
Define BSTRUCT_OFF for gBattleStruct macro hacks
PikalaxALT
2021-06-28
Match sub_806CF04
PikalaxALT
2021-06-28
Merge ewram520 into eBattleInterfaceGfxBuffer
PikalaxALT
2021-06-28
Merge ewram[0] buffers used by battle interface
PikalaxALT
2021-06-24
Finish porting contest data to C
PikalaxALT
2021-06-21
Sync more contest docs from Emerald
PikalaxALT
2021-06-17
Replace simple ewram access with battle struct, 2
PikalaxALT
2020-09-05
Resolve GCC-10.1.0 compiler warnings
PikalaxALT
2020-08-29
Give songs meaningful english names
GriffinR
2020-02-13
Merge branch 'master' into modern_gcc
PikalaxALT
2020-01-10
Match sub_8043740
PikalaxALT
2019-12-14
Merge branch 'master' of github.com:pret/pokeruby into modern_gcc
PikalaxALT
2019-10-02
Merge branch 'master' into emerald_diff
PikalaxALT
2019-10-02
Merge branch 'master' into modern_gcc
PikalaxALT
2019-09-05
Configure Travis to build nonmatching (#746)
PikalaxALT
* Configure Travis to build nonmatching
2019-09-05
Merge branch 'master' into modern_gcc
PikalaxALT
2019-07-31
resolve more battle system differences
camthesaxman
2019-07-29
resolve some Emerald differences
camthesaxman
2019-07-29
Merge branch 'master' into modern_gcc
PikalaxALT
2019-07-28
Merge branch 'master' into filenames_1
camthesaxman
2019-07-28
emerald file names, part 1
camthesaxman
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP
2017-06-19
Battle labels named (#333)
DizzyEggg
* Changed battle labels
2017-06-16
Merge remote-tracking branch 'marijn/clean/headers'
yenatch
2017-06-14
Merge branch 'master' of https://github.com/pret/pokeruby
ProjectRevoTPP
2017-06-10
decompile sub_8032350 - sub_80326EC
camthesaxman
2017-06-10
move some common battle struct definitions to battle.h
camthesaxman
2017-06-10
finish decompiling player_pc.c
ProjectRevoTPP
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-22
Decrease indentation level of switches
Marijn van der Werf
2017-05-17
fill holes in party_menu.c and add battle_interface.h header
camthesaxman
2017-05-12
Merge branch 'master' of https://github.com/pret/pokeruby
ProjectRevoTPP
2017-05-12
remove unknowns from birch_pc.c
ProjectRevoTPP
2017-05-10
BATTLE_TYPE_40 -> BATTLE_TYPE_MULTI
YamaArashi
2017-05-08
Fix battle_interface for German
Marijn van der Werf
2017-05-08
Decompile 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