diff options
Diffstat (limited to 'maps/IcePathB3F.asm')
-rw-r--r-- | maps/IcePathB3F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/IcePathB3F.asm b/maps/IcePathB3F.asm index c41c85e59..b1fe0e413 100644 --- a/maps/IcePathB3F.asm +++ b/maps/IcePathB3F.asm @@ -28,5 +28,5 @@ IcePathB3F_MapEventHeader: .PersonEvents: db 2 - person_event SPRITE_POKE_BALL, 11, 9, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x7e66f, EVENT_ICE_PATH_B3F_NEVERMELTICE - person_event SPRITE_ROCK, 10, 10, $18, 0, 0, -1, -1, $0, 0, IcePathB3FRock, -1 + person_event SPRITE_POKE_BALL, 11, 9, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x7e66f, EVENT_ICE_PATH_B3F_NEVERMELTICE + person_event SPRITE_ROCK, 10, 10, $18, 0, 0, -1, -1, 0, 0, 0, IcePathB3FRock, -1 |