Advertisement
Guest User

Untitled

a guest
Jun 8th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #dynamic 0x71BBA0
  2. #org @start
  3. lock
  4. compare 0x4011 0x1
  5. if 0x1 goto @end
  6. msgbox @1 0x6
  7. msgbox @2 0x6
  8. fanfare 0x13E
  9. msgbox @3 0x4
  10. givepokemon 0x38 0x5 0x0 0x0 0x0 0x0
  11. waitfanfare
  12. closeonkeypress
  13. setflag 0x828
  14. setvar 0x4011 0x1
  15. release
  16. end
  17.  
  18. #org @end
  19. msgbox @4 0x6
  20. release
  21. end
  22.  
  23. #org @1
  24. = Aquí está mi regalo.\n¡Mi primer pokémon! ¡Genial!
  25.  
  26. #org @2
  27. = Nota: Aqui te dejo tu regalo de\ncumpleaños, [PLAYER].\lEspero que te guste.
  28.  
  29. #org @3
  30. = ¡[player] obtuvo un Riolu!
  31.  
  32. #org @4
  33. = La caja está vacia.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement