index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle
/
battle_controller_opponent.c
Age
Commit message (
Collapse
)
Author
2018-10-16
document battle anim script commands
garak
2018-08-09
Label ball animations
Marcus Huderle
2018-07-05
Decompile battle_anim_813F0f4.s
Marcus Huderle
2018-06-25
Merge branch 'master' into contest_link_80C2020
Marcus Huderle
2018-05-06
Decompile battle_anim_812C144 through sub_812C990()
Marcus Huderle
2018-04-07
through DebugMenu_807786C; use macro NAKED instead of __attribute__((naked))
PikalaxALT
2018-04-06
Cleanup statics and create battle_ai_switch_items.h
Marcus Huderle
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-06
Start decompiling battle_9
Marcus Huderle
2018-03-31
Merge branch 'master' into contest_link_80C2020
PikalaxALT
2018-02-15
decompile various debug functions
Cameron Hall
2018-02-11
Document battle anim things related to STRENGTH, TACKLE, BODY_SLAM, and ↵
Marcus Huderle
SUPERSONIC
2018-02-10
Start documenting battle anims
Marcus Huderle
2018-01-27
add comments for pool loads in C files
Cameron Hall
2018-01-25
more debug integrations
Cameron Hall
2018-01-23
fix more false offsets
Cameron Hall
2018-01-23
sub_80C2020
PikalaxALT
2018-01-18
add more debug code
Cameron Hall
2018-01-13
label battle_intro.c
camthesaxman
2018-01-08
re-label some window and text code
camthesaxman
2018-01-07
Finish decompiling battle_2
Marcus Huderle
2018-01-07
Decompile through HandleEndTurn_BattleWon, and update trainer class constant ↵
Marcus Huderle
names
2017-12-30
Sync gAnimDisableStructPtr and gTransformedPersonalities with pokeemerald
Marcus Huderle
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-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-04
BAD_MEM macros to MEM_ALT
ProjectRevoTPP
2017-11-04
add semicolons to BAD_MEMSET and BAD_MEMCPY
ProjectRevoTPP
2017-11-03
NotInBattle
ProjectRevoTPP
2017-11-03
Merge branch 'master' of https://github.com/pret/pokeruby into fix_setmondata
ProjectRevoTPP
2017-11-02
Merge pull request #453 from huderlem/battle_tower
Marcus Huderle
Decompile battle_tower
2017-11-01
Use descriptive variable and function names for battle_tower code
Marcus Huderle
2017-10-29
merge
ProjectRevoTPP
2017-10-29
use BAD_MEMSET macro for battle files.
ProjectRevoTPP
2017-10-28
More battle_tower decomp
Marcus Huderle
2017-10-26
also fix ambiguous MON_DATA_SPD_EV and MON_DATA_SPD2 constants
camthesaxman
2017-10-23
recast fixes for SetMonData and SetBoxMonData.
ProjectRevoTPP
2017-10-23
use SPEED instead of SPD in mon data constants
camthesaxman
2017-09-30
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-28
Merge branch 'master' of https://github.com/pret/pokeruby into refactor_src
ProjectRevoTPP
2017-08-27
merge
ProjectRevoTPP