mirror of https://github.com/pret/pokecrystal.git
Remove address-related comment
This commit is contained in:
parent
518cee440e
commit
cdafd41ef0
|
@ -5,9 +5,9 @@ DisplayUsedMoveText:
|
||||||
jp WaitBGMap
|
jp WaitBGMap
|
||||||
|
|
||||||
UsedMoveText:
|
UsedMoveText:
|
||||||
; this is a stream of text and asm from 105db9 to 105ef6
|
|
||||||
text_far _ActorNameText
|
text_far _ActorNameText
|
||||||
text_asm
|
text_asm
|
||||||
|
|
||||||
ldh a, [hBattleTurn]
|
ldh a, [hBattleTurn]
|
||||||
and a
|
and a
|
||||||
jr nz, .start
|
jr nz, .start
|
||||||
|
|
Loading…
Reference in New Issue