diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-27 02:29:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 02:29:41 -0400 |
commit | 18f85b5cf0170717d303b59d5e043bcbb6f919a2 (patch) | |
tree | f08754c2095561faad4efcb8c0e73fc8fdd200c6 /asm/macros | |
parent | d74017d25667f343d32a2674bfae0bfa970100d3 (diff) | |
parent | bc9fc382547aadfb321c7c55571786d20c5e9663 (diff) |
Merge pull request #1415 from GriffinRichards/doc-contestutil
Some Contest clean up
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 84fdd592a..f3f17c5d8 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -918,10 +918,10 @@ .byte 0x76 .endm - @ Draws an image of the winner of the contest. In FireRed, this command is a nop. (The argument is discarded.) - .macro showcontestwinner a:req + @ Draws an image of the winner of the contest. winnerId is any CONTEST_WINNER_* constant. + .macro showcontestpainting winnerId:req .byte 0x77 - .byte \a + .byte \winnerId .endm @ Displays the string at pointer as braille text in a standard message box. The string must be formatted to use braille |