diff options
Diffstat (limited to 'maps/VioletMart.asm')
-rw-r--r-- | maps/VioletMart.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VioletMart.asm b/maps/VioletMart.asm index fd520e94b..428ae18c9 100644 --- a/maps/VioletMart.asm +++ b/maps/VioletMart.asm @@ -50,8 +50,8 @@ VioletMart_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 2, 7, 1, VIOLET_CITY - warp_event 3, 7, 1, VIOLET_CITY + warp_event 2, 7, VIOLET_CITY, 1 + warp_event 3, 7, VIOLET_CITY, 1 db 0 ; coord events |