Add npc text color constants
This commit is contained in:
@@ -81,7 +81,7 @@ TrainerTower_Lobby_EventScript_LostChallenge::
|
||||
lock
|
||||
faceplayer
|
||||
applymovement OBJ_EVENT_ID_PLAYER, TrainerTower_Lobby_Movement_FaceReceptionist
|
||||
textcolor 1
|
||||
textcolor NPC_TEXT_COLOR_FEMALE
|
||||
msgbox TrainerTower_Lobby_Text_TooBadComeBackTryAgain
|
||||
goto TrainerTower_Lobby_EventScript_ExitChallenge
|
||||
|
||||
@@ -90,7 +90,7 @@ TrainerTower_Lobby_EventScript_164938::
|
||||
lock
|
||||
faceplayer
|
||||
applymovement OBJ_EVENT_ID_PLAYER, TrainerTower_Lobby_Movement_FaceReceptionist
|
||||
textcolor 1
|
||||
textcolor NPC_TEXT_COLOR_FEMALE
|
||||
msgbox TrainerTower_Lobby_Text_MoveCounterHereWhenTrainersSwitch
|
||||
TrainerTower_Lobby_EventScript_ExitChallenge::
|
||||
closemessage
|
||||
@@ -152,7 +152,7 @@ TrainerTower_Lobby_Mart_Items::
|
||||
TrainerTower_Lobby_EventScript_EntryTrigger::
|
||||
lockall
|
||||
applymovement OBJ_EVENT_ID_PLAYER, TrainerTower_Lobby_Movement_FaceReceptionist
|
||||
textcolor 1
|
||||
textcolor NPC_TEXT_COLOR_FEMALE
|
||||
msgbox TrainerTower_Lobby_Text_WelcomeToTrainerTower
|
||||
ttower_getnumfloors
|
||||
compare VAR_RESULT, FALSE
|
||||
|
||||
Reference in New Issue
Block a user