diff options
Diffstat (limited to 'maps/CianwoodPharmacy.asm')
-rw-r--r-- | maps/CianwoodPharmacy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/CianwoodPharmacy.asm b/maps/CianwoodPharmacy.asm index 8d09c5075..971ce491b 100644 --- a/maps/CianwoodPharmacy.asm +++ b/maps/CianwoodPharmacy.asm @@ -3,7 +3,7 @@ CianwoodPharmacy_MapScriptHeader: db 1 ; triggers - dw CianwoodPharmacyTrigger, $0000 + dw CianwoodPharmacyTrigger, NONE .MapCallbacks: db 0 @@ -90,4 +90,4 @@ CianwoodPharmacy_MapEventHeader: .PersonEvents: db 1 - person_event SPRITE_PHARMACIST, 3, 2, $6, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CianwoodPharmacist, -1 + person_event SPRITE_PHARMACIST, 3, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CianwoodPharmacist, -1 |