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 40ff945ae..bf458b5b6 100644 --- a/maps/BluesHouse.asm +++ b/maps/BluesHouse.asm @@ -158,4 +158,4 @@ BluesHouse_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_DAISY, 3, 2, $3, 0, 0, -1, -1, 0, 0, 0, DaisyScript_0x19b0d0, -1 + person_event SPRITE_DAISY, 3, 2, SPRITEMOVEDATA_03, 0, 0, -1, -1, 0, 0, 0, DaisyScript_0x19b0d0, -1 |