summaryrefslogtreecommitdiff
path: root/macros/event.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/event.asm')
-rw-r--r--macros/event.asm9
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