From 323ef81286c554d928520341fbc13ef21dc1ec79 Mon Sep 17 00:00:00 2001 From: Rangi Date: Thu, 1 Feb 2018 15:19:27 -0500 Subject: More comments and macros --- macros/scripts/maps.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'macros/scripts') 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 -- cgit v1.2.3