mirror of https://github.com/pret/pokecrystal.git
why "5A"?
This commit is contained in:
parent
fdb81d0a04
commit
55d8de6c24
|
@ -336,12 +336,12 @@ PlaceKokoWa: print_name PlaceKokoWaText ; 11f6
|
|||
PlaceMoveTargetsName:: ; 11fd
|
||||
ld a, [hBattleTurn]
|
||||
xor 1
|
||||
jr PlaceMoveTargetsName_5A
|
||||
jr PlaceMoveUsersName.place
|
||||
|
||||
PlaceMoveUsersName:: ; 1203
|
||||
ld a, [hBattleTurn]
|
||||
|
||||
PlaceMoveTargetsName_5A: ; 1205
|
||||
.place: ; 1205
|
||||
push de
|
||||
and a
|
||||
jr nz, .enemy
|
||||
|
|
Loading…
Reference in New Issue