mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user