Added emusig flag for title screen text area.

This commit is contained in:
Martin Haye 2020-07-28 07:30:21 -07:00
parent a520c90646
commit a76db77e93
2 changed files with 2 additions and 2 deletions

View File

@ -673,9 +673,8 @@ def displayMenu(existing)#0
setWindow(162, 190, 49, 231)
clearWindow
^EMUSIG_TITLE
setWindow(162, 190, 56, 224)
clearWindow()
rawDisplayStr("^J\n^Y") // down one line for nice-looking spacing from graphics
callGlobalFunc(GS_COPYRIGHT, 0, 0 ,0)
rawDisplayStr("\n^N")

View File

@ -93,3 +93,4 @@ const EMUSIG_2D_MAP = $C022 // e.g. wilderness
const EMUSIG_3D_MAP = $C023 // e.g. in town
const EMUSIG_AUTOMAP = $C024 // all color except the map title
const EMUSIG_STORY = $C025 // all text except a portrait
const EMUSIG_TITLE = $C026 // all color except title screen menu area