Skip to content
vince94 edited this page May 3, 2022 · 5 revisions

The appearance of EarthBound's various flavors of textbox are defined by the PNG files in the WindowGraphics folder.

Note that only Windows1_0.png and Windows2_0.png are used for the layout of the windows. The other files are just used to get the color for the other flavors. This means you can't edit the Dead color scheme to look all busted up...believe me, I've tried.

These tiles are all put together into actual windows by the game, using the dimensions in window_configuration_table.yml. You probably won't need to edit this file, but here's how!

Clone this wiki locally