From 936cb38b5e0e67c50cf35d23f81059b4a6493ce8 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 10 Mar 2013 21:21:37 -0400 Subject: 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 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. --- source/nds/message.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'source/nds/message.h') 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, -- cgit v1.2.3