Language…
11 users online: AuraDee, Cat person, Galeth, Golden Yoshi, Hideki 2, isaix, kaniwalla, ODX25, Pottsie, RiKoala, Teows - Guests: 194 - Bots: 92
Users: 70,544 (2,461 active)
Latest user: Daniele Lima

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (13)

Filter

Link
  • Pages:
  • 1
RAM Address Length Type Description Details
$7E0041 3 bytes Hardware mirror Window mask settings, mirroring $2123-$2125. These control what layers each window is active on, as well as whether the window is inverted.
Each of the three addresses has the binary format ABCDabcd:
  • A/a = Enable window 2
  • B/b = Invert window 2
  • C/c = Enable window 1
  • D/d = Invert window 1

The lowercase letters affect BG1, BG3, and sprites, while the upper case letters affect BG2, BG4, and the fixed color. Which of the layers in each set of three is then determined by the particular address you modify:
  • $41: BG1 and BG2
  • $42: BG3 and BG4
  • $43: Sprites and fixed color
  • Pages:
  • 1