diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-10 10:56:35 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-13 18:20:55 -0600 |
commit | c0ae1cbc1c9c5c31c129009d521c4d62d15d1c95 (patch) | |
tree | ddffbb2b32d73eab96593f2262411d6f207e66e5 /asm/macros/event.inc | |
parent | bab1458cb43bb08fce252b558c7652dc73703caa (diff) |
Document Lilycove scripts
Diffstat (limited to 'asm/macros/event.inc')
-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 20b5f3e60..af4ada031 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -891,7 +891,7 @@ .endm @ Draws an image of the winner of the contest. In FireRed, this command is a nop. (The argument is discarded.) - .macro drawcontestwinner a:req + .macro showcontestwinner a:req .byte 0x77 .byte \a .endm |