Advertisement
Guest User

mam

a guest
Jul 2nd, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.43 KB | None | 0 0
  1. '-----------------------
  2. #org 0x168C09
  3. lock
  4. faceplayer
  5. checkflag 0x258
  6. if 0x1 goto 0x8168C4A
  7. checkgender
  8. compare LASTRESULT 0x0
  9. if 0x1 call 0x8168C38
  10. compare LASTRESULT 0x1
  11. if 0x1 call 0x8168C41
  12. closeonkeypress
  13. applymovement 0x1 0x81A75E5
  14. waitmovement 0x0
  15. release
  16. end
  17.  
  18. '-----------------------
  19. #org 0x168C4A
  20. msgbox 0x818D3D1 '"MOM: [player]!\nYou should take a q..."
  21. callstd 0x4
  22. closeonkeypress
  23. call 0x81A6C26
  24. msgbox 0x818D3F8 '"MOM: Oh, good! You and your\nPOKéMO..."
  25. callstd 0x4
  26. release
  27. end
  28.  
  29. '-----------------------
  30. #org 0x168C38
  31. msgbox 0x818D2F0 '"MOM: [.]Right.\nAll boys leave home..."
  32. callstd 0x4
  33. return
  34.  
  35. '-----------------------
  36. #org 0x168C41
  37. msgbox 0x818D360 '"MOM: [.]Right.\nAll girls dream of ..."
  38. callstd 0x4
  39. return
  40.  
  41. '-----------------------
  42. #org 0x1A6C26
  43. fadescreen 0x1
  44. fanfare 0x100
  45. waitfanfare
  46. special 0x0
  47. fadescreen 0x0
  48. return
  49.  
  50.  
  51. '-----------
  52. ' Movements
  53. '-----------
  54. #org 0x1A75E5
  55. #raw 5A 'mov5A
  56. #raw FE 'End of Movements
  57.  
  58.  
  59. '---------
  60. ' Strings
  61. '---------
  62. #org 0x18D3D1
  63. = MOM: [player]!\nYou should take a quick rest.
  64.  
  65. #org 0x18D3F8
  66. = MOM: Oh, good! You and your\nPOKéMON are looking great.\lTake care now!
  67.  
  68. #org 0x18D2F0
  69. = MOM: [.]Right.\nAll boys leave home someday.\lIt said so on TV.\pOh, yes. PROF. OAK, next door, was\nlooking for you.
  70.  
  71. #org 0x18D360
  72. = MOM: [.]Right.\nAll girls dream of traveling.\lIt said so on TV.\pOh, yes. PROF. OAK, next door, was\nlooking for you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement