pokecrystal-board/engine/battle
mid-kid d4025863cf Rename some battle commands
`hittarget` was misleading, as it doesn't actually "hit" the target, it
only plays the animation. As such, I've renamed it to `moveanim`.

`checkfaint` has nothing to do with checking if the user or target has
fainted, instead, it applies wCurDamage onto the target's HP, hitting
the substitute if applicable. I've renamed the command to `applydamage`
and all of its subfunctions accordingly.
2018-04-04 23:27:40 +02:00
..
ai Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-25 20:39:54 -05:00
move_effects Rename some battle commands 2018-04-04 23:27:40 +02:00
anim_hp_bar.asm Keep documentation in sync with new WRAM labels 2018-02-03 20:40:21 -05:00
battle_transition.asm Macro factors out sine code, just like sine data, since it's used 5 times 2018-02-03 21:11:55 -05:00
battlestart_copytilemapatonce.asm Use "battle_anims" and "sprite_anims" for clarity, not just "anims" 2017-12-26 18:45:04 -05:00
checkbattlescene.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
consumehelditem.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
core.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-25 20:39:54 -05:00
effect_commands.asm Rename some battle commands 2018-04-04 23:27:40 +02:00
hidden_power.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
link_result.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
menu.asm MenuDataHeader → MenuHeader, MenuData2 → MenuData (might complete issue #440) 2018-01-23 16:08:43 -05:00
misc.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
read_trainer_attributes.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
read_trainer_dvs.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
read_trainer_party.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
returntobattle_useball.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00
sliding_intro.asm Fix wVirtualOAM labels, part 2. 2018-01-30 14:52:46 -05:00
start_battle.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
trainer_huds.asm Fix wVirtualOAM labels, part 2. 2018-01-30 14:52:46 -05:00
updatebattlehuds.asm Prefix wram labels with w, part 2. 2018-01-23 17:39:09 -05:00
used_move_text.asm Merge branch 'master' of https://github.com/pret/pokecrystal 2018-02-03 19:42:56 -05:00