From 3088a77a21fd39b9bfa0850e676ddbbed5fdf52b Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 1 Feb 2018 21:54:00 -0500 Subject: warp_event x, y, map, warp_id --- macros/scripts/maps.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'macros/scripts') diff --git a/macros/scripts/maps.asm b/macros/scripts/maps.asm index 12f1adb8e..7d06a620f 100644 --- a/macros/scripts/maps.asm +++ b/macros/scripts/maps.asm @@ -19,10 +19,10 @@ ENDM warp_event: MACRO ;\1: x: left to right, starts at 0 ;\2: y: top to bottom, starts at 0 -;\3: warp destination: starts at 1 -;\4: map id: from constants/map_constants.asm - db \2, \1, \3 - map \4 +;\3: map id: from constants/map_constants.asm +;\4: warp destination: starts at 1 + db \2, \1, \4 + map \3 ENDM coord_event: MACRO -- cgit v1.2.3