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 07a3eec00..5709555a3 100644 --- a/maps/PokeSeersHouse.asm +++ b/maps/PokeSeersHouse.asm @@ -30,4 +30,4 @@ PokeSeersHouse_MapEventHeader: ; people-events db 1 - person_event SPRITE_GRANNY, 7, 6, UP << 2 | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SeerScript, -1 + person_event SPRITE_GRANNY, 7, 6, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, SeerScript, -1 |