index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
battle_script_commands.c
Age
Commit message (
Expand
)
Author
2021-07-08
Fix style issues
PikalaxALT
2021-07-06
Match atk5D_getmoneyreward
PikalaxALT
2021-07-06
Decompile atkA6_settypetorandomresistance
PikalaxALT
2021-07-05
Port atk50_openpartyscreen from Emerald
PikalaxALT
2021-07-05
Port atk48_playstatchangeanimation from Emerald
PikalaxALT
2021-07-05
Decompile SetMoveEffect
PikalaxALT
2021-07-05
Decompile debug atk9E_metronome
PikalaxALT
2021-07-05
Decompile atk6C_drawlvlupbox
PikalaxALT
2021-07-05
Decompile sub_802BBD4
PikalaxALT
2021-07-01
Document pokemon_item_effect, struct BattleResult
PikalaxALT
2021-07-01
Unify ChooseMoveStruct; name BattleStruct fields
PikalaxALT
2021-06-30
Tidy up ewram.h; yeet some more redundant definitions
PikalaxALT
2021-06-30
Fix unmigrated macro in NONMATCHING
PikalaxALT
2021-06-30
Expand battle struct macros inline, 2
PikalaxALT
2021-06-30
Expand battle struct access macros inline
PikalaxALT
2021-06-29
Define BSTRUCT_OFF for gBattleStruct macro hacks
PikalaxALT
2021-06-29
Merge several EWRAM definitions into gBattleStruct
PikalaxALT
2021-06-29
Clean up some ewram refs inside gBattleStruct
PikalaxALT
2021-06-21
Sync more contest docs from Emerald
PikalaxALT
2021-06-17
Replace simple ewram access with battle struct, 2
PikalaxALT
2021-06-17
document ewram macros in BattleStartClearSetData
PikalaxALT
2020-08-29
Give songs meaningful english names
GriffinR
2020-08-18
Review changes.
Kaz
2020-05-31
battle_script_commands.c: Further work on porting from pokefirered/pokeemerald.
Kaz
2020-05-26
battle_script_commands.c: atk24 OK
Kaz
2020-05-25
battle/anim/flying.c, psychic.c: minor NONMATCHING fixes
Kaz
2020-05-24
Someone please tell me who wrote the original attempt...
Kaz
2020-05-24
battle_script_commands.c: WIP fix for atk24
Kaz
2019-10-02
Merge branch 'master' into emerald_diff
PikalaxALT
2019-09-05
Configure Travis to build nonmatching (#746)
PikalaxALT
2019-07-31
fix more emerald differences
camthesaxman
2019-07-31
resolve more battle system differences
camthesaxman
2019-07-30
misc
camthesaxman
2019-07-29
resolve some Emerald differences
camthesaxman
2019-07-28
Merge branch 'master' into filenames_1
camthesaxman
2019-07-28
emerald file names, part 1
camthesaxman