Language…
23 users online: crocodileman94, D1STYNCT, DanMario24YT, Dennsen86, deported, Domokun007, GamesInTweed, Green, GRIMMKIN, Heitor Porfirio,  idol, Knetog, Maw, Nayfal,  Noivern, Pink Gold Peach, ppp9q, RZRider, Silver_Revolver, test212,  Thomas, VSmario90, yoshiatom - Guests: 307 - Bots: 301
Users: 64,795 (2,374 active)
Latest user: mathew

[BTSD] Pass No Pass When Button Pressed - wiiqwertyuiop

[BTSD] Pass No Pass When Button Pressedblck1 - When "A" is pushed, it switches between passible, and impassible.

blck2 - When block 1 is passible, block 2 is impassible.

You can change everything in the .asm file. Made by Request.
wiiqwertyuiop
Submitted by: wiiqwertyuiop
0.8 KBDownload
Downloaded 2 times.

Code
	LDY #$10	;act like tile 130
	LDA #$30
	STA $1693

This makes it act like tile 1030, not tile 130. For many hacks (especially newly started ones), tile 1030 acts like 130, but in longer hacks, it may act differently. To fix this, replace the LDY #$10 with LDY #$01.
Another problem is that there's no explaination anywhere on what !Button does, they react to B too (not just A), and according to the description, they will flip when A is pressed and keep their new behaviour until A is pressed again. The real action is that they'll flip when A (or B) is held down, and go back to their original behaviour when A is released.
<blm> zsnes users are the flatearthers of emulation