pokecrystal/battle
mid-kid 35a8e9da5d DetermineMobileBattleResult -> DisplayLinkBattleResult
Changed this function's name, because it confusingly only calls
DetermineLinkBattleResult when linked through mobile.
It does absolutely nothing with determining the battle result in a
regular link battle, and is only responsible for displaying the battle
result and counting stats.
2017-11-19 11:54:34 +01:00
..
ai Clean up labels in battle/moves/move_effects.asm 2017-11-15 16:36:13 +01:00
effects Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style 2016-04-10 14:42:14 -04:00
moves Clean up labels in battle/moves/move_effects.asm 2017-11-15 16:36:13 +01:00
objects Replace ‘jp [hl]’ with ‘jp hl’ 2017-06-09 22:01:10 +01:00
anim_commands.asm
anim_gfx.asm
anim_objects.asm
anims.asm
bg_effects.asm
core.asm
effect_command_pointers.asm
effect_commands.asm
hidden_power.asm
link_result.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
magikarp_length.asm
menu.asm
misc.asm More splitting of main.asm; remove unneeded rept 2 2016-05-04 11:46:23 -04:00
move_names.asm Remove trailing newlines. 2015-06-23 12:24:51 -06:00
sliding_intro.asm
trainer_huds.asm
type_matchup.asm
used_move_text.asm