diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-15 11:58:01 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-07-15 11:58:01 -0400 |
commit | dba7f59d83c0850c86dd3009d63b2bdeeb0fed68 (patch) | |
tree | 60af49706ea544536733e7b57be7ba65bd4f7d0c /engine/events/celebi.asm | |
parent | 33ad00f1abfd791734dcbe33e79f0a49af32958d (diff) |
More OAM coordinate consistency
Diffstat (limited to 'engine/events/celebi.asm')
-rw-r--r-- | engine/events/celebi.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/events/celebi.asm b/engine/events/celebi.asm index 76bdbaa76..a34f3935a 100644 --- a/engine/events/celebi.asm +++ b/engine/events/celebi.asm @@ -31,7 +31,7 @@ CelebiShrineEvent: call GetCelebiSpriteTile inc d push de - ld a, $90 + ld a, 36 * SPRITEOAMSTRUCT_LENGTH ld [wCurrSpriteOAMAddr], a farcall DoNextFrameForAllSprites call CelebiEvent_CountDown |