warp_event x, y, map, warp_id

This commit is contained in:
Rangi
2018-02-01 21:54:00 -05:00
parent 323ef81286
commit 3088a77a21
383 changed files with 1317 additions and 1317 deletions

View File

@@ -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