aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pokemon
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:48 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-05 15:17:48 -0500
commited7a2d49d75e3bdd7ecab907574d7cb51f1c81fa (patch)
tree9db96d68320a57375b499c4f9ca27b862d0dd010 /engine/pokemon
parentSync more with pokered (diff)
downloadpokeyellow-ed7a2d49d75e3bdd7ecab907574d7cb51f1c81fa.tar.gz
pokeyellow-ed7a2d49d75e3bdd7ecab907574d7cb51f1c81fa.tar.xz
pokeyellow-ed7a2d49d75e3bdd7ecab907574d7cb51f1c81fa.zip
Remove trailing whitespace
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/add_mon.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/add_mon.asm b/engine/pokemon/add_mon.asm
index 52230099..54d7b4de 100644
--- a/engine/pokemon/add_mon.asm
+++ b/engine/pokemon/add_mon.asm
@@ -436,7 +436,7 @@ _MoveMon::
cp PARTY_TO_DAYCARE
ld de, wDayCareMonOT
jr z, .findOTsrc
- dec a
+ dec a
ld hl, wPartyMonOT
ld a, [wPartyCount]
jr nz, .addOToffset