summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-04-30 21:20:12 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-04-30 21:20:12 -0400
commit82f1534925c5fe1f0d876ea88119b0121cfa65a6 (patch)
treeabf65d402c3d2b3e683f61070cd8e2b563f0df22 /main.asm
parent7aef59841489ea449b9a34d424c681a4b48b88ab (diff)
Copycat labels; macro for the Crystal-only Unown chamber unlock words
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 304a29b3e..5b7c4d3ec 100644
--- a/main.asm
+++ b/main.asm
@@ -42,7 +42,7 @@ LoadPushOAM:: ; 4031
PushOAM: ; 403f
ld a, Sprites / $100
ld [rDMA], a
- ld a, 40
+ ld a, (SpritesEnd - Sprites) / 4 ; 40
.loop
dec a
jr nz, .loop