diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 13:01:55 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-18 13:01:55 -0500 |
commit | 3f4044cd4628c156e975971ce0655d3d51917b87 (patch) | |
tree | 28882142ed38749204c6d7a4a1199c0585907ef4 /event | |
parent | 6d47be8d8c02317a963c6ff5266a50a8674d285d (diff) |
engine/compose_mail.asm; ldpixel
Diffstat (limited to 'event')
-rwxr-xr-x | event/celebi.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/event/celebi.asm b/event/celebi.asm index cf930c2f8..46c78ed91 100755 --- a/event/celebi.asm +++ b/event/celebi.asm @@ -5,7 +5,7 @@ Special_CelebiShrineEvent: ; 4989a xor a ld [VramState], a call LoadCelebiGFX - lb de, $07, $50 + depixel 0, 10, 7, 0 ld a, SPRITE_ANIM_INDEX_2C call _InitSpriteAnimStruct ld hl, $3 |