Language…
11 users online: crocodileman94, Darolac, howardadam1126, isaix, Jordan, Maw, obiet,  patcdr, Shiki_Makiro, SpacePea, underway - Guests: 257 - Bots: 369
Users: 64,795 (2,377 active)
Latest user: mathew

SMW Memory Map

Displaying 2 out of 2 addresses.

View: moderated | waiting (13)

Filter

Link
  • Pages:
  • 1
ROM Address Length Type Description Details
$01F0D3 91 bytes Sprite subroutine (JSR) Subroutine that is called while swallowing a sprite or a berry with Yoshi to give the player a coin and handle berry effects.

- $01F0D4: ($06) SFX to play when swallowing something.
- $01F0D6: ($1DF9) Swallow SFX port.
- $01F0D8: change to $80,$02 to disable the coin given by swallowing sprites.
- $01F0EF: ($0A) Number of red berries Yoshi needs to lay an egg.
- $01F0F6: ($74) Sprite number to spawn when eating enough red berries.
- $01F0FE: ($29) SFX to play when swallowing a green berry.
- $01F100: ($1DFC) Green berry SFX port.
- $01F107: ($02) Amount of tens to add to the timer when eating a green berry ($01 = add 10 seconds, $02 = add 20 seconds, etc.); can glitch the timer if set to values higher than $0A.
- $01F11D: ($02) Number of pink berries Yoshi needs to eat to lay an egg.
- $01F124: ($6A) Sprite number to spawn when eating enough pink berries.
$01F0EF 1 byte Misc. How many berries Yoshi needs to eat before he lays an egg containing a mushroom. (Default: 0A)
  • Pages:
  • 1