sora10pls

[HGSS] Safari Zone

Apr 19th, 2023 (edited)
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1. Offset 0xC418: Area daily activity counters (u8), ranges from 0-255 (see list below).
  2.  
  3. Offset 0xC735: Safari Zone Progress
  4. 0x00 Initial State
  5. 0x40 Unlocked Area Switcher
  6. 0x41 Unlocked Waterside Objects
  7. 0x42 Unlocked Plains Objects
  8. 0x43 Unlocked Forest Objects
  9. 0x44 Unlocked Peak Objects
  10. ^Looks like top bits are story progression, low bits are progression on which Objects have been unlocked
  11.  
  12. Event Constant 87: Baoba story progress
  13. 1 - Initial State
  14. 2 - Started Geodude Test
  15. 3 - Completed Geodude Test
  16. 4 - ???
  17. 5 - Started Sandshrew Test
  18. 6 - Completed Sandshrew Test
  19. 7 - Unlocked Objects
  20. * Must be 5 or higher to use the Area Switcher inside the Safari Zone building.
  21.  
  22. From offset 0xC13C, there are six segments (0x7A length) that store your objects per area. The structure is as follows:
  23. 0x00 Area type (see list below)
  24. 0x01 Number of objects placed
  25. 0x02 - 0x78 is 30 slots of object data (see structure below)
  26.  
  27. Object data structure
  28. 0x00 Type of Object (see below for a full list)
  29. 0x01 X coordinate
  30. 0x02 Y coordinate
  31. 0x03 Z coordinate
  32.  
  33. Areas:
  34. - Plains
  35. - Meadow
  36. - Savannah
  37. - Peak
  38. - Rocky Beach
  39. - Wetland
  40. - Forest
  41. - Swamp
  42. - Marshland
  43. - Wasteland
  44. - Mountain
  45. - Desert
  46.  
  47. Objects:
  48. - None
  49. - Shrubbery
  50. - Red Flower
  51. - White Flower
  52. - Tree
  53. - Stump
  54. - Branches
  55. - Small Rock
  56. - Big Rock
  57. - Mossy Rock
  58. - Puddle
  59. - Fountain
  60. - Water Hole
  61. - Bench
  62. - Short Fence (Horizontal)
  63. - Short Fence (Vertical)
  64. - Long Fence (Horizontal)
  65. - Long Fence (Vertical)
  66. - Signboard
  67. - Your Statue
  68. - Your Flag
  69. - Outside Lamp
  70. - Guidepost Right
  71. - Guidepost Left
Add Comment
Please, Sign In to add comment