summaryrefslogtreecommitdiff
path: root/macros/map.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-12-12 19:13:53 -0500
committerGitHub <noreply@github.com>2017-12-12 19:13:53 -0500
commit6cf7c0790f3424a4cb472b274a88d04d449d5231 (patch)
tree7d3c49aaaa6d50f6ea698e95e7204e6d0b76bcca /macros/map.asm
parentf6942b9a136b2ee3b25159ebc4d54509a42c5266 (diff)
parentf0ab09125493f91d66af836e0abb977459a0d801 (diff)
Merge pull request #414 from roukaour/master
Improve sprite constants and documentation
Diffstat (limited to 'macros/map.asm')
-rw-r--r--macros/map.asm11
1 files changed, 4 insertions, 7 deletions
diff --git a/macros/map.asm b/macros/map.asm
index eb78be725..f153806da 100644
--- a/macros/map.asm
+++ b/macros/map.asm
@@ -21,13 +21,10 @@ xy_trigger: macro
;\1: number: controlled by dotrigger/domaptrigger
;\2: y: top to bottom, starts at 0
;\3: x: left to right, starts at 0
-;\4: unknown1: $0
-;\5: script pointer
-;\6: unknown2: $0
-;\7: unknown3: $0
- db \1, \2, \3, \4
- dw \5
- db \6, \7
+;\4: script pointer
+ db \1, \2, \3, $0
+ dw \4
+ db $0, $0
endm
signpost: macro