index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rom3.c
Age
Commit message (
Expand
)
Author
2018-04-06
Use 'battler' instead of 'bank'
Marcus Huderle
2018-04-06
Decompile a bunch of battle_9
Marcus Huderle
2018-04-06
Start decompiling battle_9
Marcus Huderle
2018-01-27
Merge branch 'master' into german_debug
Cameron Hall
2018-01-22
Rename some static functions
PikalaxALT
2018-01-17
resolve more undefined references
Cameron Hall
2018-01-17
use 'if DEBUG' instead of 'ifdef DEBUG'
Cameron Hall
2018-01-16
Merge branch 'master' into german_debug
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-15
import some battle_4.c code from emerald and get atk23_getexp matching
camthesaxman
2018-01-07
Finish battle_2.c and battle_util.c decompilation
Marcus Huderle
2017-12-30
Sync battle_script changes with pokeemerald
Marcus Huderle
2017-12-27
Port battle_anim changes from pokeemerald
Marcus Huderle
2017-11-26
flag, vars, items constants
camthesaxman
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-06
formatting
ProjectRevoTPP
2017-11-06
finish refactoring ewram defines into ewram.h.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-04
more fixes
ProjectRevoTPP
2017-11-03
BG_CHAR_ADDR and BG_SCREEN_ADDR recast fixes
ProjectRevoTPP
2017-09-12
lots more relabeling
camthesaxman
2017-08-27
fix nonmatchings, add labels
DizzyEggg
2017-08-27
Emitcmd22 -> EmitChoosePokemon
camthesaxman
2017-08-26
import DizzyEggg's battle controller changes
camthesaxman
2017-07-22
various fixes before merge
camthesaxman
2017-07-22
Merge pull request #372 from DizzyEggg/master
Cameron Hall
2017-07-20
map out ram variables
drifloony
2017-07-16
Battle4.C
DizzyEggg
2017-06-19
Battle labels named (#333)
DizzyEggg
2017-05-26
Sort includes
Marijn van der Werf
2017-05-26
Add headers
Marijn van der Werf
2017-05-22
Add data2 header
Marijn van der Werf
2017-05-16
more decompilation
camthesaxman
2017-05-10
BATTLE_TYPE_40 -> BATTLE_TYPE_MULTI
YamaArashi
2017-05-09
Decompile some cable_club functions
Marijn van der Werf
2017-05-07
decompile more pokemon functions
YamaArashi
2017-05-05
Remove trailing whitespace
Marijn van der Werf
2017-02-10
misc labels and memcpy/set cleanups (#232)
ProjectRevoTPP
2017-02-01
label, document, reorganize, and clean up battle_ai.c (#228)
ProjectRevoTPP
2017-01-19
finish decompiling rom3 (#201)
Cameron Hall
2017-01-18
decompile more of rom3 (#199)
Cameron Hall
2017-01-18
start decompiling rom3 (#198)
Cameron Hall