ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
2
3
Mario state
4
0x0756-0
Small Mario
5
0x0756-1
Mushroom Mario
6
0x0756-2
Fiery Mario
7
Mario size
8
0x0754-0 Big
9
0x0754-1 Small
10
0x0754-2
Small, jumps through blocks
11
0x0754-5
Small, even with power-ups
12
Coins
13
0x07ED-value
1st character of coin display
14
0x07EE-value
2nd character of coin display
15
0x075E-value
Internal coin counter
16
Worlds and Men
17
0x075A-value
Change Mario's lives
18
0x075F-value
Warp to another world
19
0x075C-value
Change stage on the display
20
0x0760-value
Warp to another stage (not on display)
21
0x075C-value
Warp to another area
22
0x0770-2
Warp to next world after message
23
0x07FC-1
"We present you a new quest."
24
Mario Action
25
0x000E-1
Climb a vine
26
0x000E-2
Climbs without animation
27
0x000E-3
Go down a pipe
28
0x000E-8
Normal state
29
0x0704-1
Makes Mario swim (this is hilarious)
30
0x000E-10
Stop collisions
31
Timers
32
0x07F8-valueGame timer
33
0x079F-value Star timer
34
Change power-up type (when on screen)
35
0x0039-0 Mushroom
36
0x0039-1 Flower
37
0x0039-2 Star
38
0x0039-3 1 up
39
Change graphics and color palettes
40
0x0743-1
Change bricks to happy clouds
41
0x0733-0
Mushroom platforms replaced with trees
42
0x0733-1
Trees replaced with mushroom platforms
43
0x0733-2
Platforms replaced Bill Blasters
44
0x0733-3
Remove platforms
45
0x0733-4
Remove platforms, add invisible floors
46
0x0773-1
Color palette for underwater
47
0x0773-2
Color palette for night
48
0x0773-3
Color palette for underground
49
0x0773-4
Color palette for castle
50
0x0773-9
Color palette for mystery #1
51
0x0773-10
Color palette for mystery #2
52
0x0773-11
Color palette for mystery #3
53
Move Mario
54
jumpBig jump
55
right
Move to the right
56
combo-x-y
Move to the right for x milliseconds,
57
jump, then continue to the right for y ms.
58
59
Get more ideas at Data Crystal.
60
Also try asking ChatGPT for codes!
61
62
Note: glitch codes can be in hex or decimal.
63
64
Pro tip: have a Lightning Address enabled wallet? You can send codes directly to glitch@dplus.plus* with a note in the format: glitch code, your name (e.g. 14-2, dplusplus)
65
66
Super secret menu: ask D++ for a super secret glitch menu.
67
68
69
* Not all Lightnig Address wallets pass the glitch note field into the invoice. For example, ZBD currently doesn't, although they're working on it! Visit entropy.site/glitch if you need a glitched invoice.
70
71
Also of interest: check out this Mario compiler.
72
You will need to provide it with a Mario NES ROM.
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100