Language…
3 users online: spr0ches, Zavok, zimu26 - Guests: 1,028 - Bots: 107
Users: 70,469 (2,469 active)
Latest user: zimu26

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (13)

Filter

Link
  • Pages:
  • 1
RAM Address Length Type Description Details
$7E0682 19 bytes Palettes Used for uploading palettes dynamically. SMW uses this in the lightning/Magikoopa/Big Boo Boss palette effects. $0682 holds the amount of bytes to transfer, $0683 holds the color number (stored to SNES register $2121), and the bytes afterwards hold the actual color values transferred to the CGRAM. Further, this table may be indexed by $0681 to add more color destinations; it's terminated by a #$00. The format is the same as before, just at the new location.
This table doesn't actually have to end at $0694, but SMW never goes beyond this. As such, the area after this address is listed as "empty".
  • Pages:
  • 1