diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-30 21:20:12 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-04-30 21:20:12 -0400 |
commit | 82f1534925c5fe1f0d876ea88119b0121cfa65a6 (patch) | |
tree | abf65d402c3d2b3e683f61070cd8e2b563f0df22 /main.asm | |
parent | 7aef59841489ea449b9a34d424c681a4b48b88ab (diff) |
Copycat labels; macro for the Crystal-only Unown chamber unlock words
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |