sora10pls

[XY/ORAS] Options

Apr 26th, 2020
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. new BlockInfo6(boXY, 23, 0x16200, 0x00004), // 23 ConfigSave
  2. new BlockInfo6(boAO, 23, 0x16C00, 0x00004), // 23 ConfigSave
  3.  
  4. First Byte
  5. Bits 1 and 2 are for Text Speed.
  6. 0 = Slow
  7. 1 = Normal
  8. 2 = Fast
  9. 3 = Instant
  10. Bit 3 => Battle Effects (0 = On, 1 = Off)
  11. Bit 4 => Battle Style (0 = Switch, 1 = Set)
  12. Bit 5 => Unused.
  13. Bit 6 => Unused.
  14. Bit 7 => Unused.
  15. Bit 8 => Flag
  16.  
  17. Second Byte
  18. Bits 1 through 4 are for Battle Background. This feature is only available in XY, so should always be 0 for ORAS.
  19. 00 = Default
  20. 01 = Red
  21. 02 = Blue
  22. 03 = Pikachu
  23. 04 = Starters
  24. 05 = Eevee
  25. 06 = Monochrome
  26. 07 = Stickers
  27. 08 = Tatami
  28. 09 = Floral Pattern
  29. 10 = Elegant
  30. 11 = Tall Grass
  31. 12 = Polka Ball
  32. 13 = Cockpit
  33. 14 = Carbon
  34. 15 = Unused (Locks the entire console, lol)
  35. Bit 5 => Forced Save (0 = Save, 1 = Don't Save)
  36. Bit 6 => Using "No L/R Buttons" Button Mode
  37. Bit 7 => Using "L = A" Button Mode
  38. Bit 8 => Flag (BOSS?)
  39.  
  40. Third Byte (PSS Settings)
  41. Bit 1 => IsPssEnabled (0 = Disabled, 1 = Enabled)
  42. Bit 2 => IsTrainerPRVideoPublic (0 = Private, 1 = Public)
  43. Bits 3 through 8 are unused.
  44.  
  45. Fourth Byte
  46. Always 0x00.
Advertisement
Add Comment
Please, Sign In to add comment