diff options
Diffstat (limited to 'maps/VermilionGym.asm')
-rw-r--r-- | maps/VermilionGym.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/VermilionGym.asm b/maps/VermilionGym.asm index 9da49e767..605cd857e 100644 --- a/maps/VermilionGym.asm +++ b/maps/VermilionGym.asm @@ -262,8 +262,8 @@ VermilionGym_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 4, 17, 7, VERMILION_CITY - warp_event 5, 17, 7, VERMILION_CITY + warp_event 4, 17, VERMILION_CITY, 7 + warp_event 5, 17, VERMILION_CITY, 7 db 0 ; coord events |