summaryrefslogtreecommitdiff
path: root/macros/scripts/maps.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/scripts/maps.asm')
-rw-r--r--macros/scripts/maps.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/macros/scripts/maps.asm b/macros/scripts/maps.asm
index 77f29620b..12f1adb8e 100644
--- a/macros/scripts/maps.asm
+++ b/macros/scripts/maps.asm
@@ -6,7 +6,8 @@ ENDM
scene_script: MACRO
;\1: script pointer
- dw \1, 0
+ dw \1
+ dw 0 ; filler
ENDM
callback: MACRO
@@ -27,7 +28,7 @@ ENDM
coord_event: MACRO
;\1: x: left to right, starts at 0
;\2: y: top to bottom, starts at 0
-;\3: scene id: controlled by setscene/setmapscene
+;\3: scene id: a SCENE_* constant; controlled by setscene/setmapscene
;\4: script pointer
db \3, \2, \1
db 0 ; filler