You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
No space between labels and bodies
This commit is contained in:
@@ -484,8 +484,8 @@ PokeBallEffect:
|
||||
ld de, wEnemyMonPP
|
||||
ld bc, NUM_MOVES
|
||||
call CopyBytes
|
||||
.Transformed:
|
||||
|
||||
.Transformed:
|
||||
ld a, [wEnemyMonSpecies]
|
||||
ld [wWildMon], a
|
||||
ld [wCurPartySpecies], a
|
||||
@@ -560,8 +560,8 @@ PokeBallEffect:
|
||||
|
||||
ld a, FRIEND_BALL_HAPPINESS
|
||||
ld [hl], a
|
||||
.SkipPartyMonFriendBall:
|
||||
|
||||
.SkipPartyMonFriendBall:
|
||||
ld hl, Text_AskNicknameNewlyCaughtMon
|
||||
call PrintText
|
||||
|
||||
|
Reference in New Issue
Block a user