diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-21 13:08:20 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-21 13:08:20 -0400 |
commit | def16f56d0212de6dc99f7b733fb190e3784aad9 (patch) | |
tree | 8c31f10206477422c6b53148ddf3c20160abdbda /macros | |
parent | dc48fd153a0ed7a9236da657f72a7b7fde4034fd (diff) |
engine/health.asm; overworld move/item fns pt 1
Diffstat (limited to 'macros')
-rw-r--r-- | macros/event.asm | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/macros/event.asm b/macros/event.asm index 7f5228f4..e3d20b48 100644 --- a/macros/event.asm +++ b/macros/event.asm @@ -771,8 +771,7 @@ earthquake: macro enum changemap_command changemap: macro db changemap_command - db \1 ; map_bank - dw \2 ; map_data_pointer + dba \1 ; blockdata endm enum changeblock_command @@ -1025,12 +1024,6 @@ warpfacing: macro db \4 ; y endm - enum battletowertext_command -battletowertext: macro - db battletowertext_command - db \1 ; memory - endm - enum landmarktotext_command landmarktotext: macro db landmarktotext_command |