index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
battle_message.c
Age
Commit message (
Collapse
)
Author
2018-04-06
Finish decompiling battle_9
Marcus Huderle
2018-04-06
Decompile a bunch of battle_9
Marcus Huderle
2018-04-06
Start decompiling battle_9
Marcus Huderle
2018-01-17
Document sub_8121D1C, sub_8121D74 and gUnknown_084016BC
Thomas Winwood
These are left over from the Japanese games, which provide more variation to the attack string than the English games.
2018-01-16
remove some symbols from sym_ewram.txt
camthesaxman
2018-01-15
import some battle_4.c code from emerald and get atk23_getexp matching
camthesaxman
2018-01-07
Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵
Marcus Huderle
names
2018-01-01
Port battle_setup names from pokeemerald
Marcus Huderle
2017-12-17
Use FLAG_ prefix for all flags
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-16
remove unnecessary battle_message externs
ProjectRevoTPP
2017-11-13
fix german
ProjectRevoTPP
2017-11-13
migrate battle_message data to src (TODO, german)
ProjectRevoTPP
2017-11-05
move src/engine/ direct ewram calls to ewram.h.
ProjectRevoTPP
2017-11-05
move ewram.h includes in include/ to src files.
ProjectRevoTPP
2017-11-01
Use descriptive variable and function names for battle_tower code
Marcus Huderle
2017-10-28
More battle_tower decomp
Marcus Huderle
2017-08-27
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-20
merge
ProjectRevoTPP