Advertisement
Kaztalek

SSB64 VS Mode Stage Pack GS code

Jul 15th, 2014
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. Code:
  2. 80131410 0011
  3. 8113140C 0000
  4. 8113140E 0002
  5. D00A4D09 0005
  6. 800A4D09 000C
  7. D00A4D09 0008
  8. 800A4D09 000E
  9. D00A4D09 0001
  10. 800A4D09 000D
  11. D00A4D09 0003
  12. 800A4D09 000B
  13.  
  14. Description:
  15. This code replaces stages in VS mode with other ones.
  16. <Stage> -- <Replacement>
  17. Peach's Castle
  18. Sector Z -- Metal Mario Stage
  19. Congo Jungle
  20. Planet Zebes -- Tutorial Stage
  21. Hyrule Castle -- Hyrule Castle (No Tornado)
  22. Yoshi's Island -- Yoshi's Island (No Clouds)
  23. Dream Land -- Dream Land (No Wind)
  24. Saffron City -- Saffron City (No Pokemon)
  25. Mushroom Kingdom -- Battlefield
  26.  
  27. Race to the Finish and 2 Beta Dream Land stages are also playable in VS mode, but they objectively suck ass so I've chosen not to include them. This also lets me leave in the counterpick stages.
  28.  
  29. Customizing:
  30. Delete 80131410 0011 from the code if you would like to keep the wind in Dream Land and the tornado in Hyrule Castle.
  31. Delete 8113140C 0000 and 8113140E 0002 from the code if you would like to keep the Pokemon in Saffron City.
  32. Lines of code beginning with D represent the stages to be replaced, and lines of code beginning with 8 represent the stage to replace the above stage with. To change the replacements, simply change the last character of the line with the corresponding stage code:
  33. 0 - Peach's Castle
  34. 1 - Sector Z
  35. 2 - Congo Jungle
  36. 3 - Planet Zebes
  37. 4 - Hyrule Castle
  38. 5 - Yoshi's Island
  39. 6 - Dream Land
  40. 7 - Saffron City
  41. 8 - Mushroom Kingdom
  42. 9 - Dream Land Beta 1
  43. A - Dream Land Beta 2
  44. B - Tutorial Stage
  45. C - Yoshi's Island (No Clouds)
  46. D - Metal Mario Stage
  47. E - Battlefield
  48. F - Race to the Finish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement