diff options
author | Scott Norton <PikalaxALT@users.noreply.github.com> | 2015-06-08 23:52:51 -0400 |
---|---|---|
committer | Scott Norton <PikalaxALT@users.noreply.github.com> | 2015-06-08 23:52:51 -0400 |
commit | f3b407e04e505b39340a44482a5bef84d9556095 (patch) | |
tree | 87120d811e33dccebda3aeed4e21d14723517111 | |
parent | 739bac75b791edb6447b2f5d2747825e76ce2ab8 (diff) |
Fix macro changemap
Syntax is now `changemap MapBlockDataBank, MapBlockDataPointer`
-rw-r--r-- | macros/event.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macros/event.asm b/macros/event.asm index fe41050c9..da30a4ff0 100644 --- a/macros/event.asm +++ b/macros/event.asm @@ -765,7 +765,8 @@ earthquake: macro enum changemap_command changemap: macro db changemap_command - dw \1 ; map_data_pointer + db \1 ; map_bank + dw \2 ; map_data_pointer endm enum changeblock_command |