diff options
Diffstat (limited to 'maps/RadioTower4F.asm')
-rw-r--r-- | maps/RadioTower4F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/RadioTower4F.asm b/maps/RadioTower4F.asm index 4fdcf7d2d..837858d69 100644 --- a/maps/RadioTower4F.asm +++ b/maps/RadioTower4F.asm @@ -56,7 +56,7 @@ RadioTowerMeowth: end TrainerGruntM10: - trainer EVENT_BEAT_ROCKET_GRUNTM_10, GRUNTM, 10, GruntM10SeenText, GruntM10BeatenText, 0, GruntM10Script + trainer EVENT_BEAT_ROCKET_GRUNTM_10, GRUNTM, GRUNTM_10, GruntM10SeenText, GruntM10BeatenText, 0, GruntM10Script GruntM10Script: end_if_just_battled @@ -78,7 +78,7 @@ Executivem2Script: end TrainerGruntF4: - trainer EVENT_BEAT_ROCKET_GRUNTF_4, GRUNTF, 4, GruntF4SeenText, GruntF4BeatenText, 0, GruntF4Script + trainer EVENT_BEAT_ROCKET_GRUNTF_4, GRUNTF, GRUNTF_4, GruntF4SeenText, GruntF4BeatenText, 0, GruntF4Script GruntF4Script: end_if_just_battled |