Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. 5 overworlds, one for each appliance
  2. 1 signpost script for returning to rotom-n
  3.  
  4. each appliance OW has this script: http://pastebin.com/YUUiAg2M
  5. just alter the @start so that 0x4001 is assigned to the following values and the string buffered for the respective appliances:
  6. 0x0 = microwave oven [person ID flag: 0x2c8; person number 11]
  7. 0x1 = rotary fan [person ID flag: 0x2c4; person number 10]
  8. 0x2 = refrigerator [person ID flag: 0x2c5; person number 9]
  9. 0x3 = washing machine [person ID flag: 0x2c6; person number 8]
  10. 0x4 = lawn mower [person ID flag: 0x2c7; person number 12]
  11.  
  12. the reversion sign has this script: http://pastebin.com/s3TCpKAD
  13.  
  14. special 0x154 should be a pointer+1 to this routine: http://pastebin.com/zEX1vRC7
  15. special 0x6 should be what JPAN's hacked engine special 0x6 does
  16. special 0x17 should be what JPAN's hacked engine special 0x17 does
  17. callasm 0x98722ED should be replaced with a call to the location+1 of this routine: http://pastebin.com/FwZf5R3L
  18. callasm 0x98722A1 -- " -- : http://pastebin.com/KvBX7skm
  19. callasm 0x9872101 -- " -- : http://pastebin.com/XKdtWkxx
  20.  
  21. the scripts and routines assume that:
  22. move 0x13b = overheat
  23. move 0x193 = air slash
  24. move 0x3b = blizzard
  25. move 0x38 = hydro pump
  26. move 0x1B5 = leaf storm
  27. pkmn 0x214 = rotom-n
  28. pkmn 0x30E = rotom-fire
  29. pkmn 0x30F = rotom-water
  30. pkmn 0x310 = rotom-ice
  31. pkmn 0x311 = rotom-flying
  32. pkmn 0x312 = rotom-grass
  33.  
  34. it's a mess but it works, lol
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement