diff options
Diffstat (limited to 'maps/RockTunnel1F.asm')
-rw-r--r-- | maps/RockTunnel1F.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/maps/RockTunnel1F.asm b/maps/RockTunnel1F.asm index 5082a7626..9273dacf2 100644 --- a/maps/RockTunnel1F.asm +++ b/maps/RockTunnel1F.asm @@ -39,10 +39,10 @@ RockTunnel1F_MapEventHeader: ; signposts db 2 - signpost 4, 24, $7, MapRockTunnel1FSignpostItem0 - signpost 15, 21, $7, MapRockTunnel1FSignpostItem1 + signpost 4, 24, SIGNPOST_ITEMIFSET, MapRockTunnel1FSignpostItem0 + signpost 15, 21, SIGNPOST_ITEMIFSET, MapRockTunnel1FSignpostItem1 ; people-events db 2 - person_event SPRITE_POKE_BALL, 22, 8, $1, $0, 255, 255, $1, 0, ItemFragment_0x743b5, EVENT_77E - person_event SPRITE_POKE_BALL, 19, 14, $1, $0, 255, 255, $1, 0, ItemFragment_0x743b7, EVENT_77F + person_event SPRITE_POKE_BALL, 22, 8, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x743b5, EVENT_77E + person_event SPRITE_POKE_BALL, 19, 14, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x743b7, EVENT_77F |