diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:12:59 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-29 11:12:59 -0500 |
commit | dd4f0a0064921f74fd68750848fca87ae21c4545 (patch) | |
tree | 9b5aea440c39119121720a850a467bb5837c84da /macros/data_macros.asm | |
parent | d271d6917549074e721f3e5064b77e1ad1dbe44a (diff) |
Use base 10 (note, the previous commit resolves #173)
Diffstat (limited to 'macros/data_macros.asm')
-rwxr-xr-x | macros/data_macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/data_macros.asm b/macros/data_macros.asm index 9085cf76..ee5cb8f0 100755 --- a/macros/data_macros.asm +++ b/macros/data_macros.asm @@ -121,7 +121,7 @@ ENDM ;\1 x position ;\2 y position ;\3 destination warp id -;\4 destination map ($ff = wLastMap) +;\4 destination map (-1 = wLastMap) warp: MACRO db \2, \1, \3, \4 ENDM |