diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-01 21:25:13 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-01 21:25:13 +0100 |
commit | 646664ff29afd8627626274a4fc12b05d584fe2c (patch) | |
tree | 00b4d38e053a33046b46fe8b5ca3ea489b116871 /asm/macros | |
parent | e8ecb01ab2f7d7e67a525621e6ea7ada08c52952 (diff) |
battle setup file is decompiled
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 |