diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-21 20:04:12 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-04-21 20:04:12 -0400 |
commit | dbe24f0baa560aaa30f3084f1dfb21fb3cfb04db (patch) | |
tree | dd92c367cd3bdb11c26674db9b64f019646089d7 /asm/macros | |
parent | a2a9f226129317c2557b908883903df47701324c (diff) |
Clean up contest_painting
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 |