Language…
23 users online:  Alex, anonimzwx, bMatSantos, Dennsen86, derv82, Domokun007, GRIMMKIN, h.carrell, iRhyiku, Joaokk19990, Maniek, Maw, Metal-Yoshi94, Nayfal,  NopeContest, Red2010, Serena, ShadowMistressYuko, Silver_Revolver, sinseiga, steelsburg, Tulip Time Scholarship Games, yno14jax - Guests: 301 - Bots: 452
Users: 64,795 (2,374 active)
Latest user: mathew

Enabling Echo in Level

Heyho,
so I wished to have some SFX Echo in my level, I heard it has something to do with the Song I use (Super R-Type - As Wet as a Fish).

Now, what should I change in order to enbale echo? I also found this code that apparently should be inserted via UberASM:
Code
init:
   LDA #$06
   STA $1DFA|!addr   ; Echo enabled 
   RTL


But changing the second Echo value $00 to for example 7F and applying this UberASM didn't do the trick, did I forget something?

You don't need to change any echo values at all, just insert the UberASM code in the level as-is and it should work. The song itself should have echo enabled so the SFX will actually be affected, though.
My Mode 0 guide.

My Discord server. It has a lot of archived ASM stuff, so check that out!