diff options
Diffstat (limited to 'maps/RadioTower1F.asm')
-rw-r--r-- | maps/RadioTower1F.asm | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/maps/RadioTower1F.asm b/maps/RadioTower1F.asm index 4244eb31e..529204956 100644 --- a/maps/RadioTower1F.asm +++ b/maps/RadioTower1F.asm @@ -178,23 +178,7 @@ YoungsterScript_0x5ce54: jumptextfaceplayer UnknownText_0x5d4ac TrainerGruntM3: - ; bit/flag number - dw EVENT_BEAT_ROCKET_GRUNTM_3 - - ; trainer group && trainer id - db GRUNTM, 3 - - ; text when seen - dw GruntM3SeenText - - ; text when trainer beaten - dw GruntM3BeatenText - - ; script when lost - dw $0000 - - ; script when talk again - dw GruntM3Script + trainer EVENT_BEAT_ROCKET_GRUNTM_3, GRUNTM, 3, GruntM3SeenText, GruntM3BeatenText, $0000, GruntM3Script GruntM3Script: talkaftercancel |