summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-10-20 10:21:48 -0700
committeryenatch <yenatch@gmail.com>2015-10-20 10:21:48 -0700
commit316be8337a41e4625465b3b27ec7c36e31237ed7 (patch)
tree5b66178bc33463e6c9d31a7473c7725177dca441
parentcd857e0e840f1bd06e6f7907d89ef9f9bbf32570 (diff)
truncate nonexistent command macros
-rw-r--r--asm/macros/event.s116
1 files changed, 0 insertions, 116 deletions
diff --git a/asm/macros/event.s b/asm/macros/event.s
index c8473e748..83853eda7 100644
--- a/asm/macros/event.s
+++ b/asm/macros/event.s
@@ -1411,119 +1411,3 @@
.2byte \word1
.2byte \word2
.endm
-
- .macro event_e3
- .byte 0xe3
- .endm
-
- .macro event_e4
- .byte 0xe4
- .endm
-
- .macro event_e5
- .byte 0xe5
- .endm
-
- .macro event_e6
- .byte 0xe6
- .endm
-
- .macro event_e7
- .byte 0xe7
- .endm
-
- .macro event_e8
- .byte 0xe8
- .endm
-
- .macro event_e9
- .byte 0xe9
- .endm
-
- .macro event_ea
- .byte 0xea
- .endm
-
- .macro event_eb
- .byte 0xeb
- .endm
-
- .macro event_ec
- .byte 0xec
- .endm
-
- .macro event_ed
- .byte 0xed
- .endm
-
- .macro event_ee
- .byte 0xee
- .endm
-
- .macro event_ef
- .byte 0xef
- .endm
-
- .macro event_f0
- .byte 0xf0
- .endm
-
- .macro event_f1
- .byte 0xf1
- .endm
-
- .macro event_f2
- .byte 0xf2
- .endm
-
- .macro event_f3
- .byte 0xf3
- .endm
-
- .macro event_f4
- .byte 0xf4
- .endm
-
- .macro event_f5
- .byte 0xf5
- .endm
-
- .macro event_f6
- .byte 0xf6
- .endm
-
- .macro event_f7
- .byte 0xf7
- .endm
-
- .macro event_f8
- .byte 0xf8
- .endm
-
- .macro event_f9
- .byte 0xf9
- .endm
-
- .macro event_fa
- .byte 0xfa
- .endm
-
- .macro event_fb
- .byte 0xfb
- .endm
-
- .macro event_fc
- .byte 0xfc
- .endm
-
- .macro event_fd
- .byte 0xfd
- .endm
-
- .macro event_fe
- .byte 0xfe
- .endm
-
- .macro event_ff
- .byte 0xff
- .endm