diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-14 21:58:31 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-15 07:49:00 -0500 |
commit | be5a199f5b1cc13f39b7d4f7eaa80fb08929d9a3 (patch) | |
tree | c0e5e65957b8acf7337a7cd0125e40c1953983d8 /include/macros | |
parent | 2e80477ea11c265e69658b852c57097fd8a21492 (diff) |
Update some event_object_movement things to sync with emerald
Diffstat (limited to 'include/macros')
-rw-r--r-- | include/macros/map.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/macros/map.inc b/include/macros/map.inc index db37d9346..4d2708836 100644 --- a/include/macros/map.inc +++ b/include/macros/map.inc @@ -14,8 +14,8 @@ .4byte \address .endm - .macro object_event byte1, word1, byte2, byte3, byte4, byte5, byte6, byte7, byte8, byte9, byte10, byte11, byte12, byte13, byte14, script, word2, byte15, byte16 - .byte \byte1 + .macro object_event index, word1, byte2, byte3, byte4, byte5, byte6, byte7, byte8, byte9, byte10, byte11, byte12, byte13, byte14, script, word2, byte15, byte16 + .byte \index .2byte \word1 .byte \byte2, \byte3, \byte4, \byte5, \byte6, \byte7, \byte8, \byte9, \byte10, \byte11, \byte12, \byte13, \byte14 .4byte \script |