From e47b3efdfe8a397e20905d566a8e1b1261170fbb Mon Sep 17 00:00:00 2001 From: Marcus Huderle Date: Sat, 12 Oct 2019 17:30:45 -0500 Subject: Unify showmonpic and hidemonpic script command names with their function names --- asm/macros/event.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'asm/macros/event.inc') diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 54078332c..57bb504bd 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -878,15 +878,15 @@ .endm @ Displays a box containing the front sprite for the specified (species) Pokemon species. - .macro drawmonpic species:req, x:req, y:req + .macro showmonpic species:req, x:req, y:req .byte 0x75 .2byte \species .byte \x .byte \y .endm - @ Hides all boxes displayed with drawmonpic. - .macro erasemonpic + @ Hides all boxes displayed with showmonpic. + .macro hidemonpic .byte 0x76 .endm -- cgit v1.2.3