Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. ##### Default terrains
  2. background table at 0x24ee34
  3.  
  4. TERRAIN_GRASS (0):
  5. background: 1 grass.png
  6. map type: all
  7. behavior: 2 and 209
  8.  
  9. TERRAIN_LONG_GRASS (1):
  10. Unusable (no assigned behavior)
  11.  
  12. TERRAIN_SAND (2):
  13. background: 3 desert.png
  14. map type: all
  15. behavior: 33 and 23
  16.  
  17. TERRAIN_UNDERWATER (3):
  18. background: default
  19. map type: underwater (5)
  20. behavior: all
  21.  
  22. TERRAIN_WATER (4):
  23. background: 5 sea.png
  24. map type: not indoor (8), underground (4), secret base (9) or underwater (5)
  25. behavior: 17, 18 and 21
  26. (on map type 6, this is used for every surfable tile, not just ocean tiles)
  27.  
  28. TERRAIN_POND (5):
  29. background: default
  30. map type: not indoor (8), secret base (9), underwater (5) or type 6
  31. behavior: every surfable tile
  32.  
  33. TERRAIN_ROCK (6):
  34. background: 11 mountain.png
  35. map type: not indoor (8), underground (4), secret base (9), underwater (5) or type 6
  36. behavior: 12
  37.  
  38. TERRAIN_CAVE (7):
  39. background: 8 cave.png
  40. map type: underground (4)
  41. behavior: not 11 or surfable
  42.  
  43. TERRAIN_BUILDING (8):
  44. background: default
  45. map type: indoor (8) or secret base (9)
  46. behavior: all
  47. (on underground (4), this is used for behavior 11)
  48.  
  49. TERRAIN_PLAIN (9):
  50. backround: default
  51. Fallback when everything else fails.
  52.  
  53. ##### Non-default terrains
  54. TERRAIN_HINTERLAND (20):
  55. background: 2 hinterland.png
  56. secret power: cause freeze
  57. nature power: blizzard
  58. camouflage: ice
  59.  
  60. TERRAIN_JUNGLE (21):
  61. background: 4 jungle.png
  62. secret power: cause sleep
  63. nature power: razor leaf
  64. camouflage: grass
  65.  
  66. TERRAIN_BEACH (22):
  67. background: 6 beach.png
  68. secret power: lower acc by 1 stage
  69. nature power: mud shot
  70. camouflage: ground
  71.  
  72. TERRAIN_VOLCANO (23):
  73. background: 7 volcano.png
  74. secret power: cause burn
  75. nature power: heat wave
  76. camouflage: fire
  77.  
  78. TERRAIN_SAVANNAH (24):
  79. background: 9 savannah.png
  80. secret power: lower special attack
  81. nature power: grass whistle
  82. camouflage: grass
  83.  
  84. TERRAIN_PINK_ROOM (25):
  85. background: 10 pink room.png
  86. secret power: cause paralysis
  87. nature power: swift
  88. camouflage: normal
  89.  
  90. TERRAIN_FACTORY (26):
  91. background: 12 factory.png
  92. secret power: lower special defense
  93. nature power: sludge bomb
  94. camouflage: poison
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement