summaryrefslogtreecommitdiff
path: root/home/pikachu.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 /home/pikachu.asm
parent3af22139a90e9484221344ae6d34d737faa07608 (diff)
Clean up white space
Diffstat (limited to 'home/pikachu.asm')
-rwxr-xr-xhome/pikachu.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/home/pikachu.asm b/home/pikachu.asm
index bd750773..43c7ef99 100755
--- a/home/pikachu.asm
+++ b/home/pikachu.asm
@@ -20,7 +20,7 @@ Func_1525:: ; 1525 (0:1525)
res 3, [hl]
pop hl
ret
-
+
Func_152d:: ; 152d (0:152d)
push hl
ld hl, wPikachuOverworldStateFlags
@@ -29,7 +29,7 @@ Func_152d:: ; 152d (0:152d)
ld [hl], $ff
pop hl
ret
-
+
DisablePikachuFollowingPlayer:: ; 153a (0:153a)
push hl
ld hl, wPikachuOverworldStateFlags
@@ -43,14 +43,14 @@ EnablePikachuFollowingPlayer:: ; 1542 (0:1542)
res 1, [hl]
pop hl
ret
-
+
CheckPikachuFollowingPlayer:: ; 154a (0:154a)
push hl
ld hl, wPikachuOverworldStateFlags
bit 1, [hl]
pop hl
ret
-
+
Func_1552:: ; 1552 (0:1552)
ld a, [hl]
dec a
@@ -78,7 +78,7 @@ Func_1568:: ; 1568 (0:1568)
dec hl
and a
ret
-
+
Func_157c:: ; 157c (0:157c)
push hl
push bc