diff options
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 69cdb38e5..7f86f8dc8 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -663,11 +663,11 @@ .byte 0x5d .endm - .macro ontrainerbattleend + .macro gotobattleendscript .byte 0x5e .endm - .macro ontrainerbattleendgoto + .macro gototrainerscript .byte 0x5f .endm |