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
Mario Action
24
0x000E-1
Climb a vine
25
0x000E-2
Climbs without animation
26
0x000E-3
Go down a pipe
27
0x000E-8
Normal state
28
0x000E-10
Stop collisions
29
Timers
30
0x07F8-valueGame timer
31
0x079F-value Star timer
32
Change power-up type (when on screen)
33
0x0039-0 Mushroom
34
0x0039-1 Flower
35
0x0039-2 Star
36
0x0039-3 1 up
37
Change graphics and color palettes
38
0x0743-1
Change bricks to happy clouds
39
0x0733-0
Mushroom platforms replaced with trees
40
0x0733-1
Trees replaced with mushroom platforms
41
0x0733-2
Platforms replaced Bill Blasters
42
0x0733-3
Remove platforms
43
0x0733-4
Remove platforms, add invisible floors
44
0x0773-1
Color palette for underwater
45
0x0773-2
Color palette for night
46
0x0773-3
Color palette for underground
47
0x0773-4
Color palette for castle
48
0x0773-9
Color palette for mystery #1
49
0x0773-10
Color palette for mystery #2
50
0x0773-11
Color palette for mystery #3
51
Move Mario
52
jumpBig jump
53
right
Move to the right
54
combo-x-y
Move to the right for x milliseconds,
55
jump, then continue to the right for y ms.
56
57
Get more ideas at Data Crystal.
58
Also try asking ChatGPT for codes!
59
60
Note: glitch codes can be in hex or decimal.
61
62
Pro tip: have a Lightning Address enabled wallet? You can send codes directly to glitch@entr0py.com* with a note in the format: glitch code, your name (e.g. 14-2, dplusplus)
63
64
65
* 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 entr0py.com/glitch if you need a glitched invoice.
66
67
Also of interest: check out this Mario compiler.
68
You will need to provide it with a Mario NES ROM.
69
70
71
72
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