User:Zeroman: Difference between revisions

From Glitch City Wiki
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 41: Line 41:
== resources by me ==
== resources by me ==
* [[User:Zeroman/4F (0x59) memory write arbitrary code execution|4F (0x59) memory write ACE]]
* [[User:Zeroman/4F (0x59) memory write arbitrary code execution|4F (0x59) memory write ACE]]
* [[User:Zeroman/Write to WRAM using the item pack|Write to WRAM using the item pack.]]

Revision as of 15:57, 2 January 2024

Just a completely random stranger from California.

What are the corruptions?

  1. Wild appeared! can corrupt 250 bytes from CEEF to CFE9.
  2. The Hooked Dragonite can corrupt 0x382 bytes from CCE9 to D06B.

My method of arbitrary code execution

In Pokémon Red, Blue, and Yellow, I use 4F (0x59) for arbitrary code execution.

Memory addresses (WRAM)

Disassembly label Pokémon Red/Green/Blue/Yellow (JP) Pokémon Red/Blue (US) Pokémon Yellow (US) Pokémon Red/Blue (EU) Pokémon Yellow (EU)
wPlayerName D11D-D122 D158-D162 D157-D161 D15D-D168 D15C-D167
wSimulatedJoypadStatesIndex CD38 CD38 CD38 CD38 CD38

resources by me