aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorNebuleon Fumika2013-03-10 21:21:37 -0400
committerNebuleon Fumika2013-03-10 21:21:37 -0400
commit936cb38b5e0e67c50cf35d23f81059b4a6493ce8 (patch)
treedcc10e90f203b98dfe41b3c5d91d8c7e277ffaa7 /source/nds/message.h
parent47a63742d7aae6578b74929d7957c86ef1e699be (diff)
downloadsnes9x2005-936cb38b5e0e67c50cf35d23f81059b4a6493ce8.tar.gz
snes9x2005-936cb38b5e0e67c50cf35d23f81059b4a6493ce8.tar.bz2
snes9x2005-936cb38b5e0e67c50cf35d23f81059b4a6493ce8.zip
Center text without needing endless spaces; also support \n in centered text.
* Text positioning in message boxes is now controlled by #defines. * The various MSG_PLAY_SLIDE<n> messages are now one, MSG_SCREENSHOT_SLIDESHOW_KEYS, with \n between lines. * Use \n in some more message pairs. * Lengthy scrollers broke. This will be investigated in a later commit.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index c9e9704..07799ec 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -128,12 +128,7 @@ enum MSG
MSG_NO_SLIDE,
MSG_PLAYING_SLIDE,
MSG_PAUSE_SLIDE,
- MSG_PLAY_SLIDE1,
- MSG_PLAY_SLIDE2,
- MSG_PLAY_SLIDE3,
- MSG_PLAY_SLIDE4,
- MSG_PLAY_SLIDE5,
- MSG_PLAY_SLIDE6,
+ MSG_SCREENSHOT_SLIDESHOW_KEYS,
MSG_PROGRESS_LOADING_GAME,