index
:
pokeemerald
master
Pokémon Emerald
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
asm
/
macros
/
battle_frontier
Age
Commit message (
Collapse
)
Author
2021-08-24
Removed trailing spaces in the most relevant files
LOuroboros
Command used for the job: egrep -rl ' $' --include *.c --include *.h --include *.s --include *.inc --include *.txt * | xargs sed -i 's/\s\+$//g' Credits to Grant Murphy from Stack Overflow.
2020-12-24
Label remaining subs in battle_tower.c
GriffinR
2020-01-08
Merge branch 'master' into doc-dome
GriffinR
2020-01-07
More battle_dome.c doc
GriffinR
2019-12-25
More battle_dome.c documentation
GriffinR
2019-12-20
Document Battle Dome scripts and some battle_dome.c
GriffinR
2019-12-17
Merge master into doc-tower
GriffinR
2019-12-17
Document Battle Tower scripts
GriffinR
2019-12-14
Document Battle Pyramid scripts
GriffinR
2019-12-14
Document Battle Factory scripts
GriffinR
2019-12-10
Document Battle Pike scripts
GriffinR
2019-12-05
Add some macro comments
GriffinR
2019-12-05
Set up Battle Pyramid macros
GriffinR
2019-12-05
Set up Battle Factory macros
GriffinR
2019-12-05
Set up Battle Pike macros
GriffinR
2019-12-05
Set up Battle Dome and Tower macros
GriffinR
2019-12-05
Set up remaining facility script doc, use Palace macros
GriffinR
2019-11-26
Remove TODO comment for battle arena macros
GriffinR
2019-11-26
Document Battle Arena scripts
GriffinR
2019-11-25
Split frontier macros and comment frontier_util.inc
GriffinR