diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-25 12:24:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-06-25 12:24:18 -0400 |
commit | 1caa50a6474edd3896911409d548faa0731621b7 (patch) | |
tree | 9a707e1630fcdb7405d9018db3b0fa39b798ecdf /engine/items | |
parent | 5693cc49cfe6db05890c6f5fa8fbe460048f02c2 (diff) |
No space between labels and bodies
Diffstat (limited to 'engine/items')
-rw-r--r-- | engine/items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/item_effects.asm b/engine/items/item_effects.asm index 1a2181be9..1439b2c6d 100644 --- a/engine/items/item_effects.asm +++ b/engine/items/item_effects.asm @@ -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 |