Language…
8 users online: Aeon, dacin, drkrdnk, GRIMMKIN, JezJitzu, Nemesis1407, Pink Gold Peach,  Segment1Zone2 - Guests: 234 - Bots: 289
Users: 64,795 (2,376 active)
Latest user: mathew

to display message text when opening door

How do I get a text message when I open the door?


You can do it with ASM. Setting $1426 through a block is all you really need to do. If you plan on using a lot of message boxes, you'll probably want to also use this patch.

As for making it like a door, you could just write your block like:

Code
Main:
	LDA $16		; return if up wasn't pressed
	AND #$08
	BEQ Return
	LDA #$01	; value for $1426
	STA $1426
Return:
	RTL


Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer