Skip to content

Instantly share code, notes, and snippets.

@camthesaxman
Last active January 2, 2022 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save camthesaxman/b1d541a251b679296983fcebc0ee5293 to your computer and use it in GitHub Desktop.
Save camthesaxman/b1d541a251b679296983fcebc0ee5293 to your computer and use it in GitHub Desktop.
random Super Monkey Ball gecko codes
For the NTSC-U version of SMB1
Giant monkey and ball (2x size)
041b7b7c 3f800000
04205ed4 40000000
Tiny monkey and ball (0.25x size)
041b7b7c 3e000000
04205ed4 3e800000
Super Bouncy Ball (increases bounciness)
041b7b84 3fa00000
Super Empty Ball (removes monkey from ball)
0400c674 60000000
Toggles minimap with X button
281f3b88 00000400
82200000 80084A40
86400000 32880286
84200000 80084A40
Toggles all HUD elements with Z button
281f3b88 00000010
82200000 80026570
86400000 32880286
84200000 80026570
84200000 8000d5e4
84200000 80084a40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment