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