mrehkopf / sd2snes

SD card based multi-purpose cartridge for the SNES
http://sd2snes.de
GNU General Public License v2.0
589 stars 115 forks source link

Adapt buttons in status bar according to context #54

Open Ramsis-SNES opened 9 years ago

Ramsis-SNES commented 9 years ago

With the recent font upgrade, the three dots in this line

text_spcload    .byt "Loading SPC data to SPC700...", 0

could be replaced like so:

text_spcload    .byt "Loading SPC data to SPC700", 127, 128, 0

Also, the status bar should adapt to the user's input:

mrehkopf commented 8 years ago

SPC text is changed in v0.1.7, adaptive status bar isn't there yet.