summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-31 21:24:49 -0400
committeryenatch <yenatch@gmail.com>2013-08-31 21:47:28 -0400
commitabce472354d0095537165f4d0a5d2db572dfa98b (patch)
tree63198fc4a9f6b1af6d800df337303fb8a048469a /main.asm
parent28fd514bef1c7c345672ebe65ba00abb95053431 (diff)
fix PushOAM references in VBlank
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 0f7e9e39e..b5e04bbd5 100644
--- a/main.asm
+++ b/main.asm
@@ -9199,7 +9199,7 @@ LoadPushOAM: ; 4031
; 403f
PushOAM: ; 403f
- ld a, $c4
+ ld a, Sprites >> 8
ld [rDMA], a
ld a, $28
.loop