summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-10 10:56:35 -0500
committerhuderlem <huderlem@gmail.com>2019-11-13 18:20:55 -0600
commitc0ae1cbc1c9c5c31c129009d521c4d62d15d1c95 (patch)
treeddffbb2b32d73eab96593f2262411d6f207e66e5 /asm/macros/event.inc
parentbab1458cb43bb08fce252b558c7652dc73703caa (diff)
Document Lilycove scripts
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r--asm/macros/event.inc2
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