diff options
Diffstat (limited to 'maps/BluesHouse.asm')
-rw-r--r-- | maps/BluesHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/BluesHouse.asm b/maps/BluesHouse.asm index 69f18cfa4..47b1e724b 100644 --- a/maps/BluesHouse.asm +++ b/maps/BluesHouse.asm @@ -158,4 +158,4 @@ BluesHouse_MapEventHeader: ; people-events db 1 - person_event SPRITE_DAISY, 7, 6, DOWN << 2 | $3, $0, -1, -1, $0, 0, DaisyScript_0x19b0d0, -1 + person_event SPRITE_DAISY, 7, 6, OW_DOWN | $3, $0, -1, -1, $0, 0, DaisyScript_0x19b0d0, -1 |