;--------------------
;Quest 0

TOKEN 4, "You beated Ash in a pet, or Pokebattle."
;----------
SCENE 200 aztec, SCENE, "Trainer Ash"
           THEME  0
           
           MUSIC  Pokebattle Remix.mid
           
       ACTOR  1,"Pokemon Master ASH", Ash, 3, 30, 62

       POSE 1, 1, 2
       SEL 1
 
          
       FLAGS  1025

       COMPARE #<num.hostPets>, 0
       IF> @hasPet
       
        IF T4,@T4
       
        1: ...........
        H: ................
        1: ........Want to battle?
        H: With my pets?
        1: Yeah!
        H: I don't have any.
        1: Oh.
        1: Go to the pet shop near Kami's Lookout.
        1: But you should train the pet after you buy it.
        1: Because those pets are not as strong as mine.
        H: ...........
      
        END

@hasPet

        1: ............
        H: ................
        1: You want to battle?
        H: Let me think.
        1: I'll give you a few seconds to leave if you want.
        1: 1...2..3...4...5...6...7...8..9.........10.
        1: Lets Start!
        H: OK. BATTLE ROUTINE SET......EXECUTE!!!!!!!!!!!!!!!
        
        1: GO AIR MASTER!!!
        
        FIGHT 2001
           
        1: Darn! Go Water Master!
        
        FIGHT 2003
 
        1: You beated my second pet. What is your name?
        H: My name is %1!
        1: OK %1!!! GET READY TO FACE MY FIRE MASTER!!!!!!!!!

        FIGHT 2002
        
        IF DIE, @dead
        
        H: GIVE UP NOW!!!!!!!!!!
        1: I CAN'T BELIEVE YOU BEATED MY PETS!!!!!!
        H: Well, I trained my pet hard to beat anybody!
        1: Here you should some rewards!
        GIVE G100000000000
        SOUND "kaching.wav"
        GIVE T4
        1: OH YEAH! I found this thing that I don't know what it is.
        1: I think you should have it.
        H: OK. There are some words on it.
        H: It says"DARK POWERS KILLS EVIL WITHIN THIS STONE"
        H: On the back it says Shadow Kamehameha!
        H: That means it will power up my kamehameha technique.
        H: Thanks!
        GIVE I189
        1: You're welcome, lets battle again sometimes!
        H: OK see ya!
        END
@dead
        ACTOR   1,"Pokemon MASTER Ash", Ash, 3, 30, 62

        1: Try again next time....ok?
        H: I'll beat you next time bub.
        1: ha ha ha ha
        H: hahaha....whatever!
END

@T4
        H: ASH!
        1: HUH!!!
        H: BATTLE TIME!!
        1: OK, last I made a mistake but this time you'll lose!
        1: I'll use all of my pets at once!
        H: I don't how many you put out, but you're gonna lose!
        1: GO ALL OF YOU!!!!!!
        FIGHT 2001, 2002, 2003
        WAIT  2
        1: NOOO!!!!!
        H: I think you are better being a Pokemon Master than pet!
        1: You're right!
        1: But it seems fun battling people so I'll stick with this!
        H: OK. Battle next time?
        1: Yeah!
        END





;comment at the end