summaryrefslogtreecommitdiff
path: root/maps/CherrygroveGymSpeechHouse.asm
diff options
context:
space:
mode:
Diffstat (limited to 'maps/CherrygroveGymSpeechHouse.asm')
-rw-r--r--maps/CherrygroveGymSpeechHouse.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/CherrygroveGymSpeechHouse.asm b/maps/CherrygroveGymSpeechHouse.asm
index d542a42bc..3c3b71ba1 100644
--- a/maps/CherrygroveGymSpeechHouse.asm
+++ b/maps/CherrygroveGymSpeechHouse.asm
@@ -54,10 +54,10 @@ CherrygroveGymSpeechHouse_MapEventHeader:
; signposts
db 2
- signpost 1, 0, $0, CherrygroveGymSpeechHouseBookshelf
- signpost 1, 1, $0, CherrygroveGymSpeechHouseBookshelf
+ signpost 1, 0, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
+ signpost 1, 1, SIGNPOST_READ, CherrygroveGymSpeechHouseBookshelf
; people-events
db 2
- person_event SPRITE_POKEFAN_M, 7, 6, $6, $0, 255, 255, $0, 0, PokefanMScript_0x196ae1, -1
- person_event SPRITE_BUG_CATCHER, 9, 9, $5, $1, 255, 255, $80, 0, BugCatcherScript_0x196ae4, -1
+ person_event SPRITE_POKEFAN_M, 7, 6, UP << 2 | $2, $0, -1, -1, $0, 0, PokefanMScript_0x196ae1, -1
+ person_event SPRITE_BUG_CATCHER, 9, 9, UP << 2 | $1, $1, -1, -1, (PAL_OW_RED << 4) | $80, 0, BugCatcherScript_0x196ae4, -1