Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #dynamic 0x71BBA0
- #org @start
- lock
- msgbox @1 0x5
- compare LASTRESULT 0x1
- if 0x0 goto @end
- special 0xA2 // Pick a Pokémon
- waitstate
- compare 0x8004 0x6
- if 0x4 goto @end
- special2 0x800d 0x149
- compare 0x800d 280 // Checks if the Pokémon selected was a Torchic
- if 0x1 goto @youhaveone
- msgbox @2 0x6
- release
- end
- #org @end
- release
- end
- #org @youhaveone
- msgbox @3 0x6
- release
- end
- #org @1
- = Do you have a TORCHIC?
- #org @2
- = Aww[.] you don't[.]
- #org @3
- = You do! You do!
Advertisement
Add Comment
Please, Sign In to add comment