Language…
18 users online:  Ahrion, Batata Douce, crocodileman94, DasFueller,  Fernap, Foxy_9000_, Fozymandias, Gamet2004, hoangng,  MarkAlarm, Maw, monkey03297, playagmes169, Scags, schema_tuna, sinseiga, Sweetdude, Tsquare07 - Guests: 260 - Bots: 273
Users: 64,795 (2,376 active)
Latest user: mathew

Default Value for this address

$00E2D3 what is it?


It's $40.

Protip: just stick this in an ASM file and run it on a clean ROM:
Code
print "Value: ",hex(read1($00E2D3))	; or change the address to whatever you need

It will print out the value at that address.
(alternatively just open the ROM in a hex editor and check it there)

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
thank you that was it