diff options
Diffstat (limited to 'maps/PokecomCenterAdminRoomMobile.asm')
-rw-r--r-- | maps/PokecomCenterAdminRoomMobile.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/PokecomCenterAdminRoomMobile.asm b/maps/PokecomCenterAdminRoomMobile.asm index 063d4b2ac..c22d6a929 100644 --- a/maps/PokecomCenterAdminRoomMobile.asm +++ b/maps/PokecomCenterAdminRoomMobile.asm @@ -268,8 +268,8 @@ PokecomCenterAdminRoomMobile_MapEvents: .Warps: db 2 - warp_def 0, 31, 3, GOLDENROD_POKECENTER_1F - warp_def 1, 31, 3, GOLDENROD_POKECENTER_1F + warp_event 0, 31, 3, GOLDENROD_POKECENTER_1F + warp_event 1, 31, 3, GOLDENROD_POKECENTER_1F .CoordEvents: db 0 |