Language…
16 users online:  Alex, bandicoot, buggy789, Dispace, ElCriadordeMundos, figuiDOS, Jaozin712, k99loko, nogluhx, ocked, petercream1976, Saela, Sirius_Kokov, TheKazooBloccGosh, X11Gbyte, Zachsuperdude - Guests: 222 - Bots: 130
Users: 70,840 (2,354 active)
Latest user: BigFunny710

SMW Memory Map

Displaying 1 out of 1 addresses.

View: moderated | waiting (26)

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