index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
battle_interface.c
Age
Commit message (
Collapse
)
Author
2019-07-28
emerald file names, part 1
camthesaxman
2018-10-02
graphics data
garak
2018-04-18
use >= for hp percentages
yenatch
2018-04-07
through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))
PikalaxALT
2018-04-06
Use 'battler' instead of 'bank'
Marcus Huderle
2018-04-06
Finish decompiling battle_9
Marcus Huderle
2018-04-06
Decompile a bunch of battle_9
Marcus Huderle
2018-04-05
Merge remote-tracking branch 'upstream/master' into various_data
Marcus Huderle
2018-01-25
more debug integrations
Cameron Hall
2018-01-22
fix false gMysteryEventScriptCmdTableEnd offsets
Cameron Hall
2018-01-19
switching over to a different branch for testing with tile stuff
Marco Willems (M17.1)
2018-01-17
add more debug things
Cameron Hall
2018-01-17
use 'if DEBUG' instead of 'ifdef DEBUG'
Cameron Hall
2018-01-16
add debug ifdefs
Cameron Hall
2018-01-16
Continuing testing with OBJ_VRAM0, all replaced with OBJ_VRAM0_TEMP now
Marco Willems (M17.1)
2018-01-15
Done decompiling battle_interfaces.s
Marco Willems (M17.1)
2018-01-15
A bit of cleanup
Marco Willems (M17.1)
2018-01-15
Done data for battle_interface.c, doing OBJ_VRAM0 stuff later
Marco Willems (M17.1)
2018-01-15
done testing
Marco Willems (M17.1)
2018-01-15
continue testing
Marco Willems (M17.1)
2018-01-14
testing something
Marco Willems (M17.1)
2017-12-27
Port battle_anim changes from pokeemerald
Marcus Huderle
2017-11-26
abilities, songs, species constants
camthesaxman
2017-11-18
change Sprite struct to use a data array instead of manual declares.
ProjectRevoTPP
2017-11-11
eliminate remaining RAM pointers in src/
ProjectRevoTPP
2017-11-05
move src/engine/ direct ewram calls to ewram.h.
ProjectRevoTPP
2017-11-05
move ewram defines to ewram.h.
ProjectRevoTPP
2017-11-04
more fixes
ProjectRevoTPP
2017-10-09
Merge remote-tracking branch 'upstream/master' into party_menu
Marcus Huderle
2017-09-30
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-12
split out src/ directory into categorized subdirectories.
ProjectRevoTPP