Language…
10 users online: Barrels O' Fun, h.carrell, j.trujillo242, metronia, MiracleWater, random_box, Steven Atauchi C.,  Teows,  Thomas, Zatara - Guests: 78 - Bots: 130
Users: 67,587 (2,005 active)
Latest user: Mrcheese

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (12)

Filter

Link
  • Pages:
  • 1
ROM Address Length Type Description Details
$00871E 143 bytes Stripe Image Stripe Image Uploader. Uses $00-$02 as a 24-bit pointer to tile data. See this thread how the stripe image format works. Must be run during a blank, usually NMI.

To call from a custom routine, do this:
- Store stripe image pointer (24-bit) to $00-$02
- Push 24-bit return address (bank -> mid -> lo)
- PHB : LDA #$00 : PHA : PLB
- PEA $84CD
- JSL $00871E
  • Pages:
  • 1