diff options
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index f306c6e23..04ab2f001 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -81,7 +81,7 @@ .endm @ Sets mystery event status - .macro setmestatus value + .macro setmysteryeventstatus value .byte 0x0e .byte \value .endm |