aboutsummaryrefslogtreecommitdiffstats
path: root/engine/overworld/oam.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/overworld/oam.asm
parentClean up Makefile (diff)
downloadpokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.gz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.tar.xz
pokeyellow-a070bdcb21310c7d17b4fd057852f788fdfd61ca.zip
Clean up white space
Diffstat (limited to 'engine/overworld/oam.asm')
-rw-r--r--engine/overworld/oam.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/engine/overworld/oam.asm b/engine/overworld/oam.asm
index f51c839f..ede025cd 100644
--- a/engine/overworld/oam.asm
+++ b/engine/overworld/oam.asm
@@ -19,10 +19,10 @@ PrepareOAMData: ; 499b (1:499b)
.spriteLoop
ld [hSpriteOffset2], a
-
+
ld e, a
ld d, wSpriteStateData1 / $100
-
+
ld a, [de] ; c1x0
and a
jp z, .nextSprite
@@ -42,7 +42,7 @@ PrepareOAMData: ; 499b (1:499b)
jr c, .usefacing
; unchanging
- ld a, $0
+ ld a, $0
jr .next
.usefacing
@@ -81,7 +81,7 @@ PrepareOAMData: ; 499b (1:499b)
call Func_4a7b
ld [wd5cd], a
ld a, [hOAMBufferOffset]
-
+
ld e, a
ld d, wOAMBuffer / $100
@@ -185,7 +185,7 @@ GetSpriteScreenXY: ; 4a5f (1:4a5f)
and $f0
ld [de], a ; c1xb (x)
ret
-
+
Func_4a7b: ; 4a7b (1:4a7b)
push bc
ld a, [wd5cd] ; temp copy of c1x2
@@ -228,5 +228,5 @@ _IsTilePassable:: ; 4aaa (1:4aaa)
.tileNotPassable
scf
ret
-
+
INCLUDE "data/collision.asm" ; probably \ No newline at end of file