diff options
Diffstat (limited to 'maps/CianwoodPharmacy.asm')
-rw-r--r-- | maps/CianwoodPharmacy.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maps/CianwoodPharmacy.asm b/maps/CianwoodPharmacy.asm index 6643fc69c..8d09c5075 100644 --- a/maps/CianwoodPharmacy.asm +++ b/maps/CianwoodPharmacy.asm @@ -90,4 +90,4 @@ CianwoodPharmacy_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_PHARMACIST, 7, 6, $6, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, CianwoodPharmacist, -1 + person_event SPRITE_PHARMACIST, 3, 2, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CianwoodPharmacist, -1 |