shithub: pokecrystal

Download patch

ref: cdafd41ef058186c41fced65f76285378213dfb8
parent: 518cee440e89660ccf71b9a4f8850c80453ea926
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Jun 10 12:45:04 EDT 2020

Remove address-related comment

--- a/engine/battle/used_move_text.asm
+++ b/engine/battle/used_move_text.asm
@@ -5,9 +5,9 @@
 	jp WaitBGMap
 
 UsedMoveText:
-; this is a stream of text and asm from 105db9 to 105ef6
 	text_far _ActorNameText
 	text_asm
+
 	ldh a, [hBattleTurn]
 	and a
 	jr nz, .start