Language…
15 users online: Batata Douce, caioskii, Chambo, Dark Prince, ForthRightMC, Fozymandias, Gorry, LadiesMan217, Mischievous Marc, Rauf, Raychu2021,  Ringo, SiameseTwins, sinseiga, The_Uber_Camper - Guests: 262 - Bots: 257
Users: 64,795 (2,375 active)
Latest user: mathew

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (13)

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