aboutsummaryrefslogtreecommitdiffstats
path: root/engine/in_game_trades.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-06-06 01:22:22 -0500
committerdannye <corrnondacqb@yahoo.com>2016-06-06 01:22:22 -0500
commita070bdcb21310c7d17b4fd057852f788fdfd61ca (patch)
treeca50135e03b11b93e4c20ae2313742fcd728f595 /engine/in_game_trades.asm
parentClean up Makefile (diff)
downloadpokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip
Clean up white space
Diffstat (limited to 'engine/in_game_trades.asm')
-rwxr-xr-xengine/in_game_trades.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/in_game_trades.asm b/engine/in_game_trades.asm
index 80cb27f3..ff739ef0 100755
--- a/engine/in_game_trades.asm
+++ b/engine/in_game_trades.asm
@@ -223,7 +223,7 @@ InGameTrade_FlagActionPredef: ; 71ded (1c:5ded)
ld a,[wWhichTrade]
ld c,a
predef_jump FlagActionPredef
-
+
InGameTrade_CheckForTradeEvo: ; 71df9 (1c:5df9)
ld a,[wInGameTradeReceiveMonSpecies]
cp KADABRA
@@ -235,7 +235,7 @@ InGameTrade_CheckForTradeEvo: ; 71df9 (1c:5df9)
cp HAUNTER
jr z,.tradeEvo
ret
-
+
.tradeEvo
ld a,[wPartyCount]
dec a
@@ -248,7 +248,7 @@ InGameTrade_CheckForTradeEvo: ; 71df9 (1c:5df9)
xor a ; LINK_STATE_NONE
ld [wLinkState],a
jp PlayDefaultMusic
-
+
InGameTrade_TrainerString: ; 71e2d (1c:5e2d)
; "TRAINER@@@@@@@@@@"
db $5d, "@@@@@@@@@@"