diff options
Diffstat (limited to 'maps/BillsHouse.asm')
-rw-r--r-- | maps/BillsHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/BillsHouse.asm b/maps/BillsHouse.asm index 70c6cc1ed..5c3676070 100644 --- a/maps/BillsHouse.asm +++ b/maps/BillsHouse.asm @@ -367,4 +367,4 @@ BillsHouse_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_GRAMPS, 7, 6, $7, 2, 0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrampsScript_0x189538, -1 + person_event SPRITE_GRAMPS, 7, 6, $7, 2, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, GrampsScript_0x189538, -1 |