summaryrefslogtreecommitdiff
path: root/event/celebi.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/celebi.asm')
-rwxr-xr-xevent/celebi.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/event/celebi.asm b/event/celebi.asm
index d9c188f1a..3e01e31f6 100755
--- a/event/celebi.asm
+++ b/event/celebi.asm
@@ -61,8 +61,8 @@ endr
inc a
dec c
jr nz, .OAMloop
- ld hl, Sprites + $10
- ld bc, $90
+ ld hl, Sprites + 4 * 4
+ ld bc, 36 * 4
xor a
call ByteFill
ret