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 3372d8498..cdf3d6723 100644 --- a/maps/BillsHouse.asm +++ b/maps/BillsHouse.asm @@ -367,4 +367,4 @@ BillsHouse_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_GRAMPS, 3, 2, $7, 2, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, GrampsScript_0x189538, -1 + person_event SPRITE_GRAMPS, 3, 2, SPRITEMOVEFN_07, 2, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, GrampsScript_0x189538, -1 |