You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Prepare to merge
This commit is contained in:
@@ -399,7 +399,7 @@ PlaceEnemysName:: ; 121b
|
||||
cp RIVAL2
|
||||
jr z, .rival
|
||||
|
||||
ld de, OTName
|
||||
ld de, OTClassName
|
||||
call PlaceString
|
||||
ld h, b
|
||||
ld l, c
|
||||
@@ -416,7 +416,7 @@ PlaceEnemysName:: ; 121b
|
||||
jr PlaceCommandCharacter
|
||||
|
||||
.linkbattle
|
||||
ld de, OTName
|
||||
ld de, OTClassName
|
||||
jr PlaceCommandCharacter
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user