diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-13 16:10:05 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-16 13:02:35 -0600 |
commit | 5e01871f8b00d6b0ef4921a35e0b2bf18c7b4183 (patch) | |
tree | 1f13aaa2e3ca31bf6be17aef7bc2c3085d6fdb9f /asm/macros/event.inc | |
parent | 2c3726a328e8a1a9dde36796c431d1cd3608bfef (diff) |
Document Trainer Hill
Diffstat (limited to 'asm/macros/event.inc')
-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 af4ada031..ba617f629 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -677,7 +677,7 @@ .elseif \type == TRAINER_BATTLE_SET_TRAINER_B .4byte \pointer1 @ text .4byte \pointer2 @ text - .elseif \type == TRAINER_BATTLE_12 + .elseif \type == TRAINER_BATTLE_HILL .4byte \pointer1 @ text .4byte \pointer2 @ text .endif |