aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/bank3d_battle.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/battle/bank3d_battle.asm
parentClean up Makefile (diff)
downloadpokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip
Clean up white space
Diffstat (limited to 'engine/battle/bank3d_battle.asm')
-rw-r--r--engine/battle/bank3d_battle.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/bank3d_battle.asm b/engine/battle/bank3d_battle.asm
index 4fd37bc4..2b2809d9 100644
--- a/engine/battle/bank3d_battle.asm
+++ b/engine/battle/bank3d_battle.asm
@@ -166,7 +166,7 @@ _LoadTrainerPic: ; f615a (3d:615a)
ld a, $77
ld c, a
jp LoadUncompressedSpriteData
-
+
LoadMonBackPic: ; f6178 (3d:6178)
; Assumes the monster's attributes have
; been loaded with GetMonHeader.
@@ -186,7 +186,7 @@ LoadMonBackPic: ; f6178 (3d:6178)
ld a, [H_LOADEDROMBANK]
ld b, a
jp CopyVideoData
-
+
AnimateSendingOutMon: ; f61a6 (3d:f61a6)
ld a, [wPredefRegisters]
ld h, a
@@ -256,7 +256,7 @@ CopyUncompressedPicToHL: ; f6203 (3d:6203)
dec b
jr nz, .asm_f6211
ret
-
+
.asm_f6220
push bc
ld b, $0
@@ -279,7 +279,7 @@ CopyUncompressedPicToHL: ; f6203 (3d:6203)
dec b
jr nz, .asm_f6227
ret
-
+
INCLUDE "engine/battle/init_battle_variables.asm"
INCLUDE "engine/battle/moveEffects/focus_energy_effect.asm"
INCLUDE "engine/battle/moveEffects/heal_effect.asm"