diff options
Diffstat (limited to 'maps/PokeSeersHouse.asm')
-rw-r--r-- | maps/PokeSeersHouse.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/PokeSeersHouse.asm b/maps/PokeSeersHouse.asm index db23ffe25..ff21238a8 100644 --- a/maps/PokeSeersHouse.asm +++ b/maps/PokeSeersHouse.asm @@ -30,4 +30,4 @@ PokeSeersHouse_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_GRANNY, 7, 6, $6, 0, 0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SeerScript, -1 + person_event SPRITE_GRANNY, 7, 6, $6, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, SeerScript, -1 |