If "make a text" means you want to change the dialogue or names inside a game (like changing "Mario" to something else), you need to perform ROM hacking before loading the game into SNES Station.

Are you trying to or edit the dialogue in a specific game? How to Edit Text in Nintendo Games - NES Hacking: Part 4

Use a tool like HxD to find and replace text. However, SNES games don't use standard text formats (like ASCII), so you’ll need a "table file" to tell the editor which hex value represents which letter.

Technically, the SNES doesn't have a "text mode." You have to create "tiles" that look like letters and place them on the background layer in a specific order.

Use PVSnesLib on GitHub , which allows you to use the C language. To show text, you simply use the command consoleDrawText(column, row, "Your Text Here"); .

Snes Station Now

If "make a text" means you want to change the dialogue or names inside a game (like changing "Mario" to something else), you need to perform ROM hacking before loading the game into SNES Station.

Are you trying to or edit the dialogue in a specific game? How to Edit Text in Nintendo Games - NES Hacking: Part 4 SNES Station

Use a tool like HxD to find and replace text. However, SNES games don't use standard text formats (like ASCII), so you’ll need a "table file" to tell the editor which hex value represents which letter. If "make a text" means you want to

Technically, the SNES doesn't have a "text mode." You have to create "tiles" that look like letters and place them on the background layer in a specific order. However, SNES games don't use standard text formats

Use PVSnesLib on GitHub , which allows you to use the C language. To show text, you simply use the command consoleDrawText(column, row, "Your Text Here"); .

Newsletter

Get the latest games delivered right to your inbox!

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.