diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-07 23:50:56 +0100 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-12-07 16:50:56 -0600 |
commit | 6068495619364c8e0ccae15ad036a1b5a9eef171 (patch) | |
tree | 4fae2662f8ec0c62df14f5b6a410e5a34f337e86 /asm/macros | |
parent | fe06bbe3f6f3014e591e789a65b5fd29ca7417f4 (diff) |
Document trainer battle scripts (#430)
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index d66992c35..c815f3753 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -668,7 +668,7 @@ .4byte \pointer2 @ text .4byte \pointer3 @ text .4byte \pointer4 @ event script - .elseif \type == TRAINER_BATTLE_9 + .elseif \type == TRAINER_BATTLE_PYRAMID .4byte \pointer1 @ text .4byte \pointer2 @ text .elseif \type == TRAINER_BATTLE_SET_TRAINER_A |