Advertisement
Guest User

what am i doing wrong lol

a guest
Mar 22nd, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. '---------------
  2. #org 0xE3D346
  3. lock
  4. faceplayer
  5. checkflag 0x20
  6. if 0x0 goto 0x8E3D35C
  7. msgbox 0x8E3D39B MSG_FACE '"I know, it isn't much."
  8. release
  9. end
  10.  
  11. '---------------
  12. #org 0xE3D35C
  13. msgbox 0x8E3D379 MSG_FACE '"You did it! Here's your reward."
  14. givepokemon 0x298 0x5 0x0 0x0 0x0 0x0
  15. setflag 0x20
  16. release
  17. end
  18.  
  19.  
  20. '---------
  21. ' Strings
  22. '---------
  23. #org 0xE3D39B
  24. = I know, it isn't much.
  25.  
  26. #org 0xE3D379
  27. = You did it! Here's your reward.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement